backends |
|
|
backends.rs |
System-specific implementations.
This module should provide `fill_inner` with the signature
`fn fill_inner(dest: &mut [MaybeUninit<u8>]) -> Result<(), Error>`.
The function MUST fully initialize `dest` when `Ok(())` is returned.
The function MUST NOT ever write uninitialized bytes into `dest`,
regardless of what value it returns. |
6431 |
error.rs |
|
7709 |
error_std_impls.rs |
|
335 |
lazy.rs |
Helpers built around pointer-sized atomics. |
2163 |
lib.rs |
[`Error::UNEXPECTED`]: Error::UNEXPECTED
[`fill_uninit`]: fill_uninit |
4175 |
util.rs |
|
3055 |
util_libc.rs |
|
3004 |