Crates.io | bourse-macros |
lib.rs | bourse-macros |
version | 0.4.0 |
source | src |
created_at | 2024-02-20 20:47:23.570271 |
updated_at | 2024-03-28 00:41:22.21792 |
description | Macros for bourse library |
homepage | |
repository | https://github.com/zombie-einstein/bourse/ |
max_upload_size | |
id | 1146895 |
size | 4,355 |
Rust market-simulator with a Python API
Full documentation can be found here.
Bourse can be installed via pip
pip install bourse
See here for simulation examples and the docs for an annotated example.
The library consists of two core crates:
bourse-book
a library implementing a limit order
book. Full documentation can be found
here.
bourse-de
a discrete-event market simulation library.
Full documentation can be found
here
Both can be installed using cargo
cargo add bourse-book bourse-de
Examples can be found in the relevant crates order book and simulation.
Examples can be run via cargo using
cargo run --example ...