@naeemo/capnp 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,6 +14,7 @@ A pure TypeScript implementation of Cap'n Proto, featuring zero-copy deserializa
14
14
  - ✅ **Official Compatible** - Tested against official C++ implementation
15
15
  - 📦 **Schema Code Generation** - Generate TypeScript types from `.capnp` schemas
16
16
  - ⚡ **High Performance** - 1.4μs serialization, 0.6μs deserialization for simple structs
17
+ - 🌐 **Full RPC Stack** - Complete Level 0-4 RPC implementation (Bootstrap, Pipelining, SturdyRefs, 3-way Handoff, Join)
17
18
 
18
19
  ## Installation
19
20