mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-31 11:29:37 +00:00
This helps with simplifying the code by keeping all checks at init time. In practice it means that invalid objects can no longer be created, which simplifies the testing. All objects are created through either new, or `TryFrom`, and they can only be updated (outside of test functions) via functions that are checking the validity of the resulting object. Signed-off-by: Andreea Florescu <fandree@amazon.com> |
||
|---|---|---|
| .cargo | ||
| .github | ||
| rust-vmm-ci@ae7db2d98a | ||
| src/i2c | ||
| .gitignore | ||
| .gitmodules | ||
| Cargo.toml | ||
| CODEOWNERS | ||
| coverage_config_x86_64.json | ||
| LICENSE-APACHE | ||
| README.md | ||