vmread

Crates.iovmread
lib.rsvmread
version0.1.5
sourcesrc
created_at2020-03-30 15:25:29.57682
updated_at2020-04-27 13:06:25.590348
descriptionHigh-level Rust bindings to vmread
homepagehttps://github.com/Heep042/vmread-rs
repositoryhttps://github.com/Heep042/vmread-rs
max_upload_size
id224392
size45,010
Auri (h33p)

documentation

README

Rust bindings for linux vmread library

Crates.io MIT licensed

API Docs

Main crates

  • vmread: Safe high-level API
  • vmread-sys: Unsafe generated low-level API

Examples

Build the examples with the following command:

cargo build --examples <--features kmod_rw>

Be sure to run them as root, they will be placed in target/(debug|release)/examples/ directory

More information

  • If kmod_rw feature is used, the required kernel module gets built inside target vmread-sys directory
  • For more information go to the vmread repo
Commit count: 7

cargo fmt