rink-rs/rink-js
Tiffany Bennett db3f8d060b
API usability improvements (#184)
* Added helper functions `load_definitions()` and `load_currency()` on
Context to deduplicate code every frontend had to write out
* Added ToSpans impl for `Result<QueryReply, QueryError>` to avoid a
pointless looking match statement
* Added more examples to the API docs
* Fleshed out the API docs a bit more
2024-06-02 15:59:35 -07:00
..
src API usability improvements (#184) 2024-06-02 15:59:35 -07:00
tests Rink Web 2 (#62) 2020-08-06 16:25:12 -07:00
Cargo.toml API usability improvements (#184) 2024-06-02 15:59:35 -07:00
LICENSE Rink Web 2 (#62) 2020-08-06 16:25:12 -07:00
README.md Rink Web 2 (#62) 2020-08-06 16:25:12 -07:00

Rink JS

Provides a Wasm build of Rink with a JS API.