rustify-ml 0.1.2

Profile Python hotspots and auto-generate Rust + PyO3 stubs via maturin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// rustify-ml library crate.
///
/// Exposes the core pipeline modules as a public API so that
/// integration tests in tests/ can import them via `rustify_ml::`.
///
/// The binary entry point (src/main.rs) uses these same modules.
pub mod analyzer;
pub mod builder;
pub mod generator;
pub mod input;
pub mod profiler;
pub mod utils;