rink-rs/core
Tiffany Bennett a13b9fcbaf
Markup for doc strings (#177)
Makes Rink parse out the links and date strings when using the token
format machinery. This is a new syntax in the definitions file with
`<abc>` for links and `#abc#` for dates.

Replaced ansi_term with nu-ansi-term because the former was
unmaintained. The latter comes with the ability to set hyperlinks.
2024-05-27 16:51:42 -07:00
..
src Markup for doc strings (#177) 2024-05-27 16:51:42 -07:00
tests Markup for doc strings (#177) 2024-05-27 16:51:42 -07:00
BREAKING-CHANGES.md Markup for doc strings (#177) 2024-05-27 16:51:42 -07:00
Cargo.toml v0.8.0 2024-04-20 19:35:30 -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 Markup for doc strings (#177) 2024-05-27 16:51:42 -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.