numeric_algs/
lib.rs

1pub mod integration;
2pub mod symplectic;
3mod traits;
4
5pub use crate::traits::{State, StateDerivative};