rivox 1.0.0

Universal polyglot build coordination layer for Python, Rust, and Node monorepos
Documentation
1
2
3
4
5
pub mod lockfile;
pub mod manifest;

pub use lockfile::RivoxLockfile;
pub use manifest::RivoxManifest;