Skip to main contentCrate zr
Source - pin_init_ffi
- A helper macro to initialize a pinned object in-place using a raw FFI constructor.
- static_assert
- Compile-time assertion.
Fails to compile if the condition is false.
- Opaque
- A wrapper for types that are opaque to Rust.
- parse_usize
- Parse a decimal integer from a string slice at compile time.
- to_array
- Copy a string slice into a fixed-size byte array at compile time, leaving space for a null
terminator.
- OpaqueBytes
- A generic, safe opaque storage container with exact const size constraints.