10 lines
167 B
Markdown
10 lines
167 B
Markdown
# purescript-cbor-stream
|
|
|
|
Type-safe bindings for the streaming API of `cbor-x`
|
|
|
|
## Installing
|
|
```bash
|
|
spago install cbor-stream
|
|
{bun|yarn|npm|pnpm} install cbor-x
|
|
```
|