Docs.rs
  • toolbox-rs-0.1.3
    • toolbox-rs 0.1.3
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • DennisOSRM
    • Dependencies
      • bitvec ^0.22.3 normal
      • criterion ^0.3.5 normal
      • env_logger ^0.9.0 normal
      • itertools ^0.10.3 normal
      • log ^0.4.16 normal
      • num ^0.4.0 normal
      • rand ^0.8.4 normal
    • Versions
    • 2.6% 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

logo
Change settings

List of all items

Structs

  • addressable_binary_heap::AddressableHeap
  • bfs::BFS
  • bfs::PathIter
  • dfs::DFS
  • dfs::PathIter
  • dinic::Dinic
  • edge::InputEdge
  • edmonds_karp::EdmondsKarp
  • ford_fulkerson::FordFulkerson
  • geometry::primitives::FPCoordinate
  • geometry::primitives::Point
  • geometry::primitives::Segment
  • graph::EdgeArrayEntry
  • inertial_flow::Coefficients
  • max_flow::ResidualCapacity
  • static_graph::NodeArrayEntry
  • static_graph::StaticGraph
  • tarjan::Tarjan
  • union_find::UnionFind

Traits

  • edge::Edge
  • graph::Graph
  • max_flow::MaxFlow
  • rdx_sort::radix::RadixType
  • rdx_sort::radix::Sort

Functions

  • bin_pack::bin_pack
  • cycle_check::cycle_check
  • geometry::primitives::distance_to_segment
  • great_circle::distance::haversine
  • great_circle::distance::vincenty
  • kruskal::kruskal
  • projection::mercator::lat2y
  • projection::mercator::lon2x
  • projection::mercator::x2lon
  • projection::mercator::y2lat

Typedefs

  • edge::SimpleEdge
  • graph::EdgeID
  • graph::NodeID

Constants

  • graph::INVALID_EDGE_ID
  • graph::INVALID_NODE_ID
  • wgs84::EARTH_RADIUS_KM