purescript-cbor-stream/README.md

10 lines
167 B
Markdown
Raw Normal View History

2024-05-14 20:01:46 +00:00
# purescript-cbor-stream
2024-05-14 16:41:29 +00:00
2024-05-14 20:01:46 +00:00
Type-safe bindings for the streaming API of `cbor-x`
2024-05-14 16:41:29 +00:00
## Installing
```bash
2024-05-14 20:01:46 +00:00
spago install cbor-stream
{bun|yarn|npm|pnpm} install cbor-x
2024-05-14 16:41:29 +00:00
```