Skip to content

Frankfdbf/orderbook-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orderbook-rs: limit orderbook library written in rust

Using the library

use orderbook_rs::orderbook::Orderbook;

fn main() {
    let orderbook = Orderbook::new("SYMBOL");
    ...
}

Running tests

cargo test

Running benchmarks

cargo bench

About

Limit orderbook library written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages