Docs.rs
  • toolbox-rs-0.1.5
    • toolbox-rs 0.1.5
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • DennisOSRM
    • Dependencies
      • bincode ^1.3.3 normal
      • bitvec ^1.0.0 normal
      • clap ^3.1.18 normal
      • criterion ^0.3.5 normal
      • env_logger ^0.9.0 normal
      • indicatif ^0.16.2 normal
      • itertools ^0.10.3 normal
      • log ^0.4.16 normal
      • num ^0.4.0 normal
      • rand ^0.8.4 normal
      • rayon ^1.5.2 normal
      • serde ^1.0.137 normal
      • xxhash-rust ^0.8.5 normal
    • Versions
    • 11.06% of the crate is documented
  • This release has been yanked, go to latest version
  • 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
logo

logo

Crate toolbox_rs

  • Version 0.1.5
  • All Items
  • Modules
logo
Change settings

Crate toolbox_rs

source · [−]

Modules

addressable_binary_heap
bfs
bin_pack
bloom_filter
cycle_check
dfs
dimacs
dinic

A Max-Flow computation implementing Cherkassky’s variant of Dinitz’ seminal algorithm. The implementation at hand is distinguished by three factors:

edge
edmonds_karp
ford_fulkerson
geometry
graph
great_circle
inertial_flow
kruskal
max_flow
partition
projection
rdx_sort
static_graph
tarjan
union_find
unsafe_slice
wgs84