Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | 03-May-2024 | - | 50 | 34 | ||
examples/ | 03-May-2024 | - | 136 | 87 | ||
src/ | 03-May-2024 | - | 1,060 | 726 | ||
tests/ | 03-May-2024 | - | 9 | 8 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 94 | 6 | 6 | |
.gitignore | D | 03-May-2024 | 68 | 8 | 8 | |
Android.bp | D | 03-May-2024 | 1.3 KiB | 51 | 47 | |
CHANGELOG.md | D | 03-May-2024 | 1.3 KiB | 37 | 21 | |
Cargo.toml | D | 03-May-2024 | 1.1 KiB | 44 | 35 | |
Cargo.toml.orig | D | 03-May-2024 | 573 | 23 | 20 | |
LICENSE | D | 03-May-2024 | 9.5 KiB | 177 | 150 | |
LICENSE-APACHE | D | 03-May-2024 | 9.5 KiB | 177 | 150 | |
LICENSE-MIT | D | 03-May-2024 | 1,023 | 24 | 21 | |
METADATA | D | 03-May-2024 | 649 | 24 | 22 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 124 | 6 | 5 | |
README.md | D | 03-May-2024 | 338 | 12 | 6 | |
SECURITY.md | D | 03-May-2024 | 874 | 10 | 5 | |
cargo2android.json | D | 03-May-2024 | 40 | 5 | 4 |
README.md
1![Build](https://github.com/fastly/userfaultfd-rs/workflows/Rust/badge.svg) 2 3# Userfaultfd-rs 4Rust bindings for Linux's userfaultfd functionality. 5 6## License 7 8This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0). 9 10See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT). 11 12