Feature Request
The Rust Book recommends splitting your app into a main.rs and a lib.rs.
Indeed, doing so is the only way to use the tests dir for integration tests.
Unfortunately, doing this disables subsecond support, as it can only hotpatch stuff in the tip crate.
Feature Request
The Rust Book recommends splitting your app into a
main.rsand alib.rs.Indeed, doing so is the only way to use the
testsdir for integration tests.Unfortunately, doing this disables
subsecondsupport, as it can only hotpatch stuff in the tip crate.