Crates.io | fluo |
lib.rs | fluo |
version | 0.0.0 |
source | src |
created_at | 2024-07-08 22:28:06.626821 |
updated_at | 2024-07-08 22:28:06.626821 |
description | Fluo is a novel harmonic orchestration mechanism for managing workloads at scale. |
homepage | https://github.com/scattered-systems/fluo/wiki |
repository | https://github.com/scattered-systems/fluo.git |
max_upload_size | |
id | 1296498 |
size | 4,906 |
Fluo is a novel harmonic orchestration mechanism for managing workloads at scale.
Start by cloning the repository
git clone https://github.com/FL03/fluo.git
cd fluo
cargo build --features full -r --workspace
extern crate fluo;
fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
tracing::info!("Starting linear model example");
Ok(())
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.