Cargo Features
[dependencies]
linux-rust-bindings = { version = "0.1.3", default-features = false, features = ["all", "auxvec", "elf", "errno", "epoll", "fcntl", "fs", "futex", "hidio", "ioctl", "io_uring", "mman", "mount", "poll", "sched", "signal", "socket", "stat", "termios", "time", "types", "uio", "usb", "utsname", "wait"] }
- default = all
-
The
all
feature is set by default wheneverlinux-rust-bindings
is added without
somewhere in the dependency tree.default-features = false - all default = auxvec, elf, epoll, errno, fcntl, fs, futex, hidio, io_uring, ioctl, mman, mount, poll, sched, signal, socket, stat, termios, time, types, uio, usb, utsname, wait
- auxvec all
-
Affects
linux-rust-bindings::auxvec
… - elf all
-
Affects
linux-rust-bindings::elf
… - errno all
-
Affects
linux-rust-bindings::errno
… - epoll all
-
Affects
linux-rust-bindings::epoll
… - fcntl all
-
Affects
linux-rust-bindings::fcntl
… - fs all
-
Affects
linux-rust-bindings::fs
… - futex all
-
Affects
linux-rust-bindings::futex
… - hidio all
-
Affects
linux-rust-bindings::hidio
… - ioctl all
-
Affects
linux-rust-bindings::ioctl
… - io_uring all
-
Affects
linux-rust-bindings::io_uring
… - mman all
-
Affects
linux-rust-bindings::mman
… - mount all
-
Affects
linux-rust-bindings::mount
… - poll all
-
Affects
linux-rust-bindings::poll
… - sched all
-
Affects
linux-rust-bindings::sched
… - signal all
-
Affects
linux-rust-bindings::signal
… - socket all
-
Affects
linux-rust-bindings::socket
… - stat all
-
Affects
linux-rust-bindings::stat
… - termios all
-
Affects
linux-rust-bindings::termios
… - time all
-
Affects
linux-rust-bindings::time
… - types all
-
Affects
linux-rust-bindings::types
… - uio all
-
Affects
linux-rust-bindings::uio
… - usb all
-
Affects
linux-rust-bindings::usb
… - utsname all
-
Affects
linux-rust-bindings::utsname
… - wait all
-
Affects
linux-rust-bindings::wait
…