fleet-topology 0.1.0

Fleet network topology with constraint-aware routing and holonomy verification
Documentation
1
2
3
4
5
6
7
pub mod graph;
pub mod holonomy;
pub mod routing;

pub use graph::{Capability, DeviceType, Edge, FleetGraph, Node};
pub use holonomy::{HolonomyReport, HolonomyVerifier};
pub use routing::{ConstraintRouter, Route};