2 releases
| 0.1.2 | May 13, 2026 |
|---|---|
| 0.1.1 | Jan 7, 2026 |
#15 in #hmm
390KB
6.5K
SLoC
Unified runtime testing framework for Hanzo Node
Tests all execution environments:
- Native Rust
- WASM
- JavaScript/TypeScript (Deno)
- Python
- Docker containers
- Go plugins
- MCP servers
hanzonet/network — archived
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.
Where each crate lives now
Naming convention
-
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.
Why split?
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.
License
MIT.
Dependencies
~55–76MB
~1.5M SLoC