tatara-net 0.2.95

Cross-platform networking plane for tatara cluster fabric — eBPF + WASI + WireGuard
docs.rs failed to build tatara-net-0.2.95
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tatara-net-0.2.91

tatara-net: Cross-platform networking plane for the tatara cluster fabric.

The complete sandwich:

┌─ WASI (wasmtime) ──── Portable, sandboxed workloads ─────────┐
├─ Tatara Runtime ───── Convergence, scheduling, Raft ─────────┤
├─ eBPF (aya) ────────── Kernel hooks, pure Rust ──────────────┤
├─ WireGuard (mamorigami) ─ Encrypted mesh fabric ─────────────┤
└─ Hardware ──────────── Abstracted away ──────────────────────┘

On Linux: eBPF programs (XDP/TC/cgroup) for kernel-level networking. On macOS: userspace networking via tun-rs + smoltcp + hanabi proxy. Everywhere: WireGuard mesh via mamorigami for encrypted inter-node traffic.