+4
-2
README.md
+4
-2
README.md
···
1
1
# plcbundle-bun
2
2
3
-
⚡ [plcbundle](https://tangled.org/@atscan.net/plcbundle/blob/main/docs/specification.md) library built exclusively for **[Bun](https://bun.sh)**.
3
+
⚡ **Zero-dependency** [plcbundle](https://tangled.org/@atscan.net/plcbundle/blob/main/docs/specification.md) library built exclusively for **[Bun](https://bun.sh)**.
4
4
5
-
Leverages Bun's native features:
5
+
No external dependencies - just pure Bun runtime leveraging native features:
6
6
- 🗜️ Native `Bun.zstdDecompressSync()` - zero-copy decompression
7
7
- 🔐 Native `Bun.CryptoHasher` - SHA-256 verification
8
8
- 🚀 Native `Bun.file()` - optimized file I/O
···
124
124
125
125
This library uses Bun's native APIs for:
126
126
127
+
- **Zero dependencies** - Only requires Bun runtime, nothing else
127
128
- **Native zstd decompression** - Built-in `zstdDecompressSync()`
128
129
- **Optimized file I/O** - `Bun.file()` with zero-copy operations
129
130
- **Fast crypto** - Native `CryptoHasher` for SHA-256
···
132
133
133
134
## Features
134
135
136
+
- 📦 **Zero dependencies** - pure Bun runtime only
135
137
- ⚡ **Bun-native** - leverages all native APIs
136
138
- 🔄 **Multi-threaded** - parallel downloads and processing
137
139
- 💾 **Auto-save progress** - every 5 seconds, no data loss