Docs.rs
  • graph-theory-0.0.1
    • graph-theory 0.0.1
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • oovm
    • Dependencies
      • adjacency-list 0.0.* normal
      • adjacency-matrix 0.0.* normal
      • graph-types 0.0.* normal
    • Versions
    • 100% 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
logo

graph_theory0.0.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • AdjacencyEdge
  • DirectedEdge
  • IndeterminateEdge
  • NodeRangeVisitor
  • NodeSliceVisitor
  • NodesVisitor
  • StaticDirected
  • StaticUndirected
  • UndirectedEdge
  • errors::GraphError
  • iterators::BridgeRange
  • placeholder::PlaceholderEdgeIterator
  • placeholder::PlaceholderGraph
  • placeholder::PlaceholderNodeIterator
  • storages::DictDefault
  • storages::DictStorage
  • storages::ListStorage

Enums

  • EdgeDirection
  • EdgeInsertID
  • EdgeQuery
  • GraphEntry
  • GraphKind
  • Query
  • VisitOrder
  • errors::GraphErrorKind

Traits

  • Edge
  • EntryEngine
  • GraphEngine
  • MutableGraph
  • NamedGraph
  • Node
  • WeightedGraph

Type Aliases

  • EdgeID
  • NodeID
  • errors::GraphResult