What is a good way to include Rust step functions in the crate, when testing a program written in Rust?
If they're in subplot/foo.rs
, they're not part of the crate, and this limits the usefulness of linters.
If they're in subplot/foo.rs
, they're not part of the crate, and this limits the usefulness of linters.