-
Notifications
You must be signed in to change notification settings - Fork 24
Home
kawasin73 edited this page Apr 25, 2023
·
1 revision
Welcome to the userfaultfd-rs wiki!
- You need to be the owner of the
userfaultfd
anduserfaultfd-sys
crates on crates.io. - Run
cargo publish
at the root directory of each crate.
# publish userfaultfd
$ cd path/to/userfaultfd-rs
$ cargo publish
# publish userfaultfd-sys
$ cd path/to/userfaultfd-rs/userfaultfd-sys
$ cargo publish