# pagemap-rs
[](https://crates.io/crates/pagemap2)
[](https://docs.rs/pagemap2)
[](LICENSE)
[](https://deps.rs/repo/github/seasox/pagemap-rs)
[](https://travis-ci.com/seasox/pagemap-rs)
[](https://github.com/seasox/pagemap-rs/actions/workflows/basic.yml)
FORK of the pagemap crate, incoporating changes made after its v0.1 release.
A crate to provide a simple API to Linux kernel's
[pagemap API](https://www.kernel.org/doc/Documentation/vm/pagemap.txt).
Check the [examples directory](./examples/) for a few examples of its usage.
## TODO
- [ ] Improve test coverage
## License
Distributed under the terms of the Apache License, Version 2.0.
For further details consult the included [LICENSE file](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0.