Draft, early review welcome @cpcloud @lovesegfault
I'm not sure src is the best place to put the expected source code, especially because it is Rust and it may be confused with code that is actually ran (a different extension might help, but breaks syntax highlighting from IDEs, which is appreciated), and tests is usually reserved for integration tests (where one can call into the crate as a 3rd party).
Draft, early review welcome @cpcloud @lovesegfault
I'm not sure
src
is the best place to put the expected source code, especially because it is Rust and it may be confused with code that is actually ran (a different extension might help, but breaks syntax highlighting from IDEs, which is appreciated), andtests
is usually reserved for integration tests (where one can call into the crate as a 3rd party).Ideas welcome!