Expand description
Container crate for NautilusTrader.
This crate re-exports the core, model, and common component crates as a small
stable entry point. Use the individual nautilus-* crates for adapter,
backtest, live, and other crate-specific APIs.
§Feature Flags
This crate provides feature flags to control source code inclusion during compilation:
test-support: Enables model test fixtures, builders, specs, and defaults.
Re-exports§
pub use nautilus_common as common;pub use nautilus_core as core;pub use nautilus_model as model;