minifly-core 0.2.2

Core types and models for Minifly - Local Fly.io development simulator
Documentation
1
2
3
4
5
6
7
8
9
pub mod app;
pub mod machine;
pub mod volume;
pub mod lease;

pub use app::*;
pub use machine::*;
pub use volume::*;
pub use lease::*;