Module not_implemented
Documentation about unimplemented functions.
This module contains documentation for several functions that rustix does not implement, either because they are out of scope, or because they are could probably be implemented but are not yet.
Modules
- higher_level Functions which provide higher-level functionality are out of scope for rustix.
-
impossible
Functions which don't seem possible to even call from Rust with current
language features, even with
unsafe. - libc_internals Functions which need access to libc internals are out of scope for rustix.
- memory_allocation Memory-allocation functions are out of scope for rustix.
- quite_yet These functions are not quite yet finished in rustix.
- yet These functions are not yet implemented in rustix, but probably could be.