#api #web-dev #minecraft #ccash

ccash-rs

The Rust bindings for the CCash ledger API (CCash available here: https://github.com/EntireTwix/CCash)

9 releases (stable)

2.0.0-beta.1 Dec 22, 2022
2.0.0-beta Dec 20, 2022
1.1.0 Aug 15, 2021
1.0.1 Jul 31, 2021

#116 in Finance

Download history 13/week @ 2024-02-18 13/week @ 2024-02-25 13/week @ 2024-03-10 106/week @ 2024-03-31

119 downloads per month

MIT license

37KB
616 lines

The Rust API for the online CCash bank API.

The library is intended to be used in an asynchronous context.

Documentation is available here!

Important: The minimum supported Rust version is 1.54.0.

Versioning

The versioning scheme this API crate uses is as follows:

  • Incrementing, for example, 1.21.3 -> 2.21.3 indicates breaking changes and X in X.Y.Z matches that of the max CCash version the API can comply to, Y being the major version of the API crate and Z being the current patch/minor version of the crate.
  • Incrementing, for example, 1.21.3 -> 1.22.2 indicates non-breaking changes that is still backwards-compatible with the previous version.

Dependencies

~5–19MB
~274K SLoC