Available on
doc
only.Expand description
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.