Usage Example
fn main() {
let name: String? = Some("Zelyra")
match name {
Some(val) => print("Hello, " + val + "!")
None => print("Hello, World!")
}
}
Features & Capabilities
Standard library providing core primitives, Option/Result utilities, mathematical helpers, and string operations. This library is designed with strict nominal type boundaries, deterministic memory layouts, and full verification against memory corruption.
← Back to Package Registry