ZELYRA
Home > Packages > zelyra/core

zelyra/core

v0.1.50 CORE Apache-2.0 / MIT

Standard library providing core primitives, Option/Result utilities, mathematical helpers, and string operations.

✓ Built-in Module – automatically available

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