@naeemo/capnp 0.3.0 → 0.4.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 +1 -0
- package/dist/index.cjs +2710 -776
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2674 -766
- package/dist/index.js.map +1 -1
- package/dist/rpc-connection-BKWQQ7f9.js +960 -0
- package/dist/rpc-connection-BKWQQ7f9.js.map +1 -0
- package/dist/rpc-connection-C2C1wyga.js +3 -0
- package/dist/rpc-connection-Dz3rYT1P.js +870 -0
- package/dist/rpc-connection-Dz3rYT1P.js.map +1 -0
- package/package.json +1 -1
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
|
|