bitsors

Crates.iobitsors
lib.rsbitsors
version1.1.16
sourcesrc
created_at2020-07-20 03:40:02.015594
updated_at2023-01-05 15:56:38.256574
descriptionA Rust wrapper for the Bitso API
homepagehttps://github.com/bitsoex/bitso-rs/
repository
max_upload_size
id267096
size184,519
Arturo Marquez Flores (arturomf94)

documentation

README

Crates.io Docs CI checks rustc

bitsors

A Rust wrapper for the Bitso API, with support for the public and private API endpoints, plus the WebSocket API.

Testing

cargo test

We also make sure Clippy is happy with us with:

cargo clippy --all-features --all-targets -- -D warnings

Examples

You can find lots of examples under the examples/ folder!

MSRV

1.56.1

Commit count: 0

cargo fmt