I'm looking for a way for sharing data between all tests in a crate. Shared 
data or singletons are banned by Rust ideology, isn't it? Also we can not have 
single initialization point for all test. What is a best way to provide some 
common data for all tests in a crate or module?
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to