Docs.rs
  • rust-coinselect-0.1.6
    • rust-coinselect 0.1.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • delcin-raj
    • NeoZ666
    • Dependencies
      • rand ^0.8.5 normal
      • criterion ^0.3 dev
    • Versions
    • 73.21% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rust_coinselect0.1.6

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • types::CoinSelectionOpt
  • types::OutputGroup
  • types::SelectionOutput
  • types::WasteMetric

Enums

  • types::ExcessStrategy
  • types::SelectionError

Functions

  • algorithms::bnb::select_coin_bnb
  • algorithms::fifo::select_coin_fifo
  • algorithms::knapsack::select_coin_knapsack
  • algorithms::leastchange::select_coin_bnb_leastchange
  • algorithms::lowestlarger::select_coin_lowestlarger
  • algorithms::srd::select_coin_srd
  • selectcoin::select_coin
  • utils::calculate_accumulated_weight
  • utils::calculate_base_weight_btc
  • utils::calculate_fee
  • utils::calculate_waste
  • utils::effective_value

Type Aliases

  • types::EffectiveValue
  • types::Weight