Commit graph

11 commits

Author SHA1 Message Date
Mingwei Samuel
554f1d6f57 refactor: avoid Instant underflow in wasm web-time (#63) 2024-02-24 21:42:06 -08:00
Mingwei Samuel
1d6b513aa7 feat: setup riven for wasm (nodejs) execution (#63)
+ use custom `Notify`
+ use different version of async sleep (tokio vs gloo-timers)
+ switch futures utils from `tokio` to `futures`
2024-02-24 21:42:06 -08:00
Mingwei Samuel
092ea34358 chore: replace lazy_static with std OnceLock 2024-02-24 09:46:11 -08:00
Mingwei Samuel
8d810ccca8 Add rustfmt.toml 2024-01-20 19:41:46 -08:00
Mingwei Samuel
cb5bd58784 cargo clippy fixes, enable lints in CI 2023-05-10 13:10:58 -07:00
Mingwei Samuel
e53d78c807 cargo fmt 2023-05-10 13:10:58 -07:00
Mingwei Samuel
1567bae16e Update FakeInstant, token bucket test 2023-04-29 12:43:38 -07:00
Mingwei Samuel
f51a67c1fc Add exponential backoff fix #38, cleanup some regional_requester code 2023-02-02 13:15:47 -08:00
Mingwei Samuel
43d0578ab7 Clean up double if-lets with tuple matches 2022-03-14 13:06:08 -07:00
Mingwei Samuel
0b16c2a385 Cleanup per clippy recommendations 2021-10-29 22:38:48 -07:00
Mingwei Samuel
74eb5fa045 Update example proxy for v2, use workspaces.
- `example/proxy` is new folder for `example_proxy`.
- `riven` is new folder for the main riven lib.
- Updated metadata to be an array and include HTTP method.
2021-09-09 14:31:39 -07:00