Crates.io | ccash-rs |
lib.rs | ccash-rs |
version | 2.0.0-beta.1 |
source | src |
created_at | 2021-07-31 21:26:08.94497 |
updated_at | 2022-12-22 17:03:56.514332 |
description | The Rust bindings for the CCash ledger API (CCash available here: https://github.com/EntireTwix/CCash). |
homepage | http://github.com/STBoyden/ccash-rs |
repository | http://github.com/STBoyden/ccash-rs |
max_upload_size | |
id | 429832 |
size | 97,395 |
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.
The versioning scheme this API crate uses is as follows:
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.1.21.3
-> 1.22.2
indicates non-breaking changes
that is still backwards-compatible with the previous version.