| Crates.io | virtualization-rs |
| lib.rs | virtualization-rs |
| version | 0.1.2 |
| created_at | 2021-01-30 19:42:45.117148+00 |
| updated_at | 2021-02-03 21:05:27.335064+00 |
| description | virtualization-rs provides the API of the Apple Virtualization.framework in Rust language. |
| homepage | |
| repository | https://github.com/suzusuzu/virtualization-rs |
| max_upload_size | |
| id | 348577 |
| size | 1,281,149 |
virtualization-rs provides the API of the Apple Virtualization.framework in Rust language.
macOS Big Sur
[dependencies]
virtualization-rs = "0.1.2"
The example is inspired from SimpleVM.
make release
./target/release/examples/simplevm --kernel ubuntu/vmlinuz --initrd ubuntu/initrd --disk ubuntu/ubuntu.iso
