rink-rs/core
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 API usability improvements (#184) 2024-06-02 15:59:35 -07:00
BREAKING-CHANGES.md Markup for doc strings (#177) 2024-05-27 16:51:42 -07:00
Cargo.toml API usability improvements (#184) 2024-06-02 15:59:35 -07:00
currency.units adjust croatian kuna after euro adoption (#152) 2024-01-06 18:29:56 -08:00
datepatterns.txt Move files to make cargo publish happy 2020-07-18 02:20:39 -07:00
definitions.units Add buttload (#178) 2024-05-27 17:58:06 -07:00
README.md Add readme 2020-07-18 02:24:37 -07:00

Rink Core

Rink Core is the library that implements most of the special language and calculations in Rink. It's mainly intended to be used in projects that are exposing an end user interface to Rink, e.g. a discord bot or a mobile app.