bcs
nim implementation of bcs serialization format
Summary
| Latest Version | 0.4.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:26 |
Tags
Authors
- cnerd
Installation
nimble install bcs
choosenim install bcs
git clone https://github.com/C-NERD/nimBcs
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| bcs | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.0 | No |
Source
| Repository | https://github.com/C-NERD/nimBcs |
|---|---|
| Homepage | https://github.com/C-NERD/nimBcs |
| Registry Source | nimble_official |
README
NimBcs
This library is nim lang's implementation of the binary canonical serialization, it makes extensive use of nim's template feature.
Read the library docs at docs.