Skip to main content

Crate zr

Crate zr 

Source

Macros§

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.

Structs§

Opaque
A wrapper for types that are opaque to Rust.

Functions§

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.

Type Aliases§

OpaqueBytes
A generic, safe opaque storage container with exact const size constraints.