rapids 0.4.0

A WIP implementation of https://github.com/replit/river in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# test-client

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.