rink-rs/core
Tiffany Bennett 8f5700110a
Quantity namespacing (#125)
Makes quantities occupy a different namespace from units. This means you can no longer write them in expressions as though they were units, which was confusing.

Fixes #12, which is one of the longest standing bugs in Rink.
2022-04-10 12:27:10 -07:00
..
src Quantity namespacing (#125) 2022-04-10 12:27:10 -07:00
tests Quantity namespacing (#125) 2022-04-10 12:27:10 -07:00
Cargo.toml Version 0.6.2 2021-10-31 15:10:02 -07:00
currency.units Move files to make cargo publish happy 2020-07-18 02:20:39 -07:00
datepatterns.txt Move files to make cargo publish happy 2020-07-18 02:20:39 -07:00
definitions.units Quantity namespacing (#125) 2022-04-10 12:27:10 -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.