This monorepo has been split into 36 focused repositories under the
hanzonetGitHub organization. Each crate now lives in its own repo with its own CI and ship cadence.
-
hanzonet-*= network-internal implementations of names that collide with the consumer SDK inhanzoai/rust-sdk. Crates:hanzonet-pqc,hanzonet-did,hanzonet-config,hanzonet-mcp.To use them with their original import name:
hanzo-pqc = { version = "1.1.21", package = "hanzonet-pqc" }
-
hanzo-*= everything else. The Rust library name is alwayshanzo_*, souse hanzo_vm::...works regardless of which package on crates.io served the crate.
One repo per focused concern. Each repo has its own CI, its own ship cadence, its own issues, and a clear scope. Easier to grep, easier to depend on, easier to evolve independently.
MIT.