rivox 1.0.0

Universal polyglot build coordination layer for Python, Rust, and Node monorepos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod distributed;
pub mod key;
pub mod local;
pub mod reapi;
pub mod reapi_exec;
pub mod remote_worker;

pub use distributed::DistributedCas;
pub use key::derive_subtree_cache_key;
pub use local::LocalCas;
pub use reapi_exec::ReapiExecClient;
pub use remote_worker::RemoteWorker;