https://github.com/dalance/bsd-kvm
https://github.com/dalance/bsd-kvm
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalance/bsd-kvm
- Owner: dalance
- Created: 2023-10-18T09:03:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T02:02:21.000Z (over 2 years ago)
- Last Synced: 2024-05-02T00:59:57.144Z (about 2 years ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bsd-kvm-sys
bsd-kvm-sys is BSD Kernel Data Access Library (libkvm) binding.
[](https://github.com/dalance/bsd-kvm/actions)
[](https://crates.io/crates/bsd-kvm)
[](https://docs.rs/bsd-kvm)
## Usage
```Cargo.toml
[dependencies]
bsd-kvm = "0.1.0"
```
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.