Userfaultfd-rs
.
License
This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.
.
This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.
Collection of the latest Issues
ericjheinz
When compiling my cargo project with --cfg linux4_14
, it produces the following compiler error:
A quick fix is to cast the value of ptid
to i32
Find the latest versions by id
Removed the compile-time Linux version check, and replaced it with a Cargo feature.
The Linux version check was overly restrictive, even on systems that did have the right kernel
version installed but had older headers in /usr/include/linux
. Beyond that, this check made it
more difficult to compile on a different host than what's targeted.
There is now a linux4_14
feature flag on userfaultfd-sys
, which turns on and tests the extra
constants available in that version. Since userfaultfd
did not make use of any of those newer
features, it doesn't have a feature flag yet.
Applications should take care when initializing with UffdBuilder
to specify the features and
ioctls they require, so that an unsupported version will be detected at runtime.
1.2K
A fast and flexible CSV reader and writer for Rust, with support for Serde
Dual-licensed under MIT or the If you're new to Rust, the
183
Fast linear time & space suffix arrays for Rust
Dual-licensed under MIT or the If you just want the details on how construction algorithm used, see the
68
The arkworks ecosystem consist of Rust libraries for designing and working with zero knowledge succinct...
This library is released under the MIT License and the Apache v2 License (see License)
126
Threshold Secret Sharing
Efficient pure-Rust library for MIT license (LICENSE-MIT or
572
The low-level io_uring userspace interface for Rust
The low-level MIT license (LICENSE-MIT or
0
An attempt to build a compiler from scratch for a simple language, using Rust
New issues and pull requests are welcome on GitHub at MIT License
35
iCalendar in Rust
Please double check the MIT license (LICENSE-MIT or issues or comprehensive pull requests are welcome!
358
This is a Rust language crate for accessing the packet sniffing capabilities of pcap (or...
Download the WinPcap MIT license (LICENSE-MIT or
27
Rust library for low-level abstraction of MIPS32 processors
This project is licensed under the terms of the MIT license
15
A pure Rust library for reading/writing Windows
A pure Rust library for reading/writing License