Flare, json, sqlite, mozz, morph, uuid, pprint, envo, tempo and mojodoc are update to Mojo 1.0.0

Since Mojo :fire: 1.0 is here , all of my libraries have been updated to mojo>=1.0.0<1.1.0 and use stable conda channel from now.

  • flare v0.10.0: Full stack networking library for Mojo
  • json v0.3.0: High-performance JSON library for Mojo with CPU and GPU support
  • mozz v0.2.0: Pure-Mojo fuzzing and property-based testing library
  • morph v0.2.0: Reflection-powered serialization, deserialization, and validation for Mojo
  • pprint v0.2.0: Reflection-driven pretty printer for Mojo structs
  • sqlite v0.2.0: SQLite bindings with morph ORM integration for Mojo
  • uuid v0.2.0: Fast UUID v4 and v7 generation for Mojo with SIMD-accelerated hex encoding
  • envo v0.2.0: Typed config loading from env vars, TOML, and CLI for Mojo
  • tempo v0.2.0: Minimal UTC timestamp and duration types for Mojo
  • mojodoc v0.1.0: API documentation generator for Mojo inspired by cargo doc

Enjoy!

5 Likes