Docs.rs
  • cxmr-api-0.0.1
    • cxmr-api 0.0.1
    • Permalink
    • Docs.rs crate page
    • GPL-3.0
    • Links
    • crates.io
    • Source
    • Owners
    • crackcomm
    • Dependencies
      • async-trait ^0.1.21 normal
      • cxmr-currency ^0.0.1 normal
      • cxmr-exchanges ^0.0.1 normal
      • serde ^1.0.0 normal
      • serde_derive ^1.0.0 normal
    • Versions
    • 72% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate cxmr_api

cxmr_api0.0.1

  • All Items

Crate Items

  • Structs
  • Traits
  • Type Aliases

Crates

  • cxmr_api

Crate cxmr_api

Source
Expand description

Crypto-bank exchanges API primitives.

Structs§

Account
Exchange account configuration.
Credentials
Exchange account credentials.

Traits§

PrivateClient
Exchange API private client struct.
PublicClient
Exchange API public client struct.

Type Aliases§

SharedPrivateClient
Shared private client type alias.
SharedPublicClient
Shared public client type alias.

Results

Settings
Help
    trait
    cxmr_api::PublicClient
    Exchange API public client struct.
    type alias
    cxmr_api::SharedPublicClient
    Shared public client type alias.
    trait method
    cxmr_api::PublicClient::exchange
    &PublicClient -> &Exchange
    Returns static exchange identifier.
    trait method
    cxmr_api::PublicClient::exchange_info
    &PublicClient -> Pin<Box<Future>>
    Requests exchange information.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.