dbs-utils 0.1.0

helpers and utilities used by dragonball-sandbox components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# dbs-utils

This crate is a collection of modules that provides helpers and utilities used by multiple `dragonball-sandbox` components.

And also provides some wrappers for [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util).

## Acknowledgement

Part of the code is derived from the [Firecracker](https://github.com/firecracker-microvm/firecracker) project.

## License

This project is licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).