5a5f9d104b
todo!() is useful for incremental work (telling the compiler to shut up during dev work). unimplemented!() should be used for prod code that is not yet implemented but expected to be deployed. It signifies "this isn't implemented but doesn't need doing now". |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml |