fix fmt error and bug and add tests (#20)
* add auction module * remove redundant traits definition * add tests * get reference instead of ownership * optimized code
Showing
- Cargo.dev.toml 1 addition, 0 deletionsCargo.dev.toml
- auction/Cargo.toml 34 additions, 0 deletionsauction/Cargo.toml
- auction/src/lib.rs 147 additions, 0 deletionsauction/src/lib.rs
- auction/src/mock.rs 103 additions, 0 deletionsauction/src/mock.rs
- auction/src/tests.rs 57 additions, 0 deletionsauction/src/tests.rs
- traits/src/auction.rs 31 additions, 6 deletionstraits/src/auction.rs
Loading
Please register or sign in to comment