openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
88 stars 41 forks source link

implement Display trait for Resource struct #288

Closed studychao closed 1 year ago

studychao commented 1 year ago

In order to print our the Resource for better visibility, we need to implement Display trait for resource.

Also, fix a typo in Resource.