Docs.rs
  • algograph-0.4.0
    • algograph 0.4.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • TimeExceed
    • Dependencies
      • ahash ^0.8.3 normal
      • bimap ^0.6.2 normal
      • keyed_priority_queue ^0.4.1 normal
      • petgraph ^0.6.3 normal
      • criterion ^0.4.0 dev
      • quickcheck ^1 dev
      • quickcheck_macros ^1 dev
      • rand ^0.8.5 dev
      • rs_quickcheck_util ^0.1 dev
      • static_init ^1.0.3 dev
    • Versions
    • 83.49% 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

algograph0.4.0

Crate Items

  • Structs
  • Traits

List of all items

Structs

  • graph::Edge
  • graph::EdgeId
  • graph::EdgeIdFactory
  • graph::MappedGraph
  • graph::SelectedSubgraph
  • graph::ShadowedSubgraph
  • graph::VertexId
  • graph::VertexIdFactory
  • graph::directed::AdjacentListGraph
  • graph::directed::TreeBackedGraph
  • graph::undirected::AdjacentListGraph
  • graph::undirected::TreeBackedGraph
  • tagged::GraphDebug
  • tagged::NaiveTaggedGraph

Traits

  • algorithm::SimpleCycles
  • algorithm::SimpleCyclesForTaggedGraph
  • algorithm::TopologicalSort
  • algorithm::TopologicalSortForTaggedGraph
  • algorithm::graphviz::DumpInGraphviz
  • algorithm::graphviz::GraphvizLabelForEdge
  • algorithm::graphviz::GraphvizLabelForVertex
  • graph::DirectedOrNot
  • graph::DumpInGraphviz
  • graph::EdgeShrinkableGraph
  • graph::GrowableGraph
  • graph::QueryableGraph
  • graph::Subgraph
  • graph::VertexShrinkableGraph
  • tagged::DebuggableTaggedGraph
  • tagged::Edge
  • tagged::EdgeShrinkableTaggedGraph
  • tagged::GrowableTaggedGraph
  • tagged::QueryableTaggedGraph
  • tagged::TaggedGraph
  • tagged::VertexShrinkableTaggedGraph