Modules§
- arch
- augmented
- convert
- futex_
address - math
- ownership
- This crates introduces a framework to handle explicit ownership.
- stats
- thread_
start_ info - time
- user_
buffer - vfs
Macros§
- release_
after - Macro that ensure the releasable is released with the given context after the body returns.
- release_
iter_ after - Macro that ensure the iterator of releasables are released with the given context after the body returns.
- release_
on_ error - Macro that ensure the releasable is released with the given context if the body returns an error.