Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasiyoke/cob
https://github.com/quasiyoke/cob
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/quasiyoke/cob
- Owner: quasiyoke
- Created: 2023-10-19T13:30:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T23:06:01.000Z (about 1 year ago)
- Last Synced: 2023-10-20T09:07:07.984Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# order-book
Order book machine with snapshot streamer.
## Checks
```sh
cargo test && cargo clippy && cargo +nightly fmt
```## Example
Check out `tests` directory for usage examples.