rustcracker 1.1.1+deprecated

A crate for communicating with firecracker for the development of PKU-cloud.
Documentation
1
2
3
4
mod sync;
mod tokio;
pub(crate) use sync::FirecrackerSync;
pub(crate) use tokio::FirecrackerAsync;