barter 0.5.3

Event-driven Rust framework for building live-trading & backtesting engines
Documentation
1
2
3
4
5
6
7
image: "rust:latest"

# Use cargo to test the project
test:cargo:
  script:
    - rustc --version && cargo --version  # Print version info for debugging
    - cargo test --workspace --verbose