lfest 0.138.3

A leveraged perpetual futures exchange for simulated trading and backtesting
Documentation
1
2
3
4
5
6
7
allow-unwrap-in-tests = true
disallowed-methods = [
  # Call `Vec::push_within_capacity` instead as it avoid the footgun of allocations in hot-paths.
  "std::vec::Vec::push",
  # Call `Vec::with_capacity` instead, to avoid re-allocations down the line
  "std::vec::Vec::new",
]