Docs.rs
  • im-pathtree-0.13.0
    • im-pathtree 0.13.0
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • uklotzde
    • Dependencies
      • derive_more ^1.0.0 normal
      • im ^15.1.0 normal optional
      • itertools ^0.13.0 normal
      • log ^0.4.22 normal
    • Versions
    • 50.62% 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

Crate im_pathtree

im_pathtree0.13.0

  • All Items

Crate Items

  • Structs
  • Enums
  • Traits

Crates

  • im_pathtree

Crate im_pathtree

Source
Expand description

Immutable, path-addressable tree data structure.

Structs§

AncestorTreeNodeIter
Iterator over all ancestor nodes of the given node.
DepthFirstDescendantsIter
Iterator over descendants of a node
HalfEdge
Half-edge to another node in the tree.
HalfEdgeOwned
Half-edge to another node in the tree.
HalfEdgeTreeNode
Half-edge to another node in the tree.
InnerNode
Intrinsic data of an inner node.
LeafNode
Intrinsic data of a leaf node.
NodeInsertedOrUpdated
NodePathResolved
ParentNodeUpdated
PathTree
Cheaply clonable path tree structure.
SubtreeInsertedOrReplaced
Return type when inserting or replacing a subtree.
SubtreeRemoved
Return type when removing a node from the tree.
TreeNode
Immutable node in the tree.
TreeNodeParentChildPathConflict
A conflicting path from a parent to a child node.

Enums§

InsertOrUpdateNodeValueError
MatchNodePath
Node
NodePathMatched
NodeValue
UpdateNodeValueError

Traits§

NewNodeId
PathSegment
Borrowed path segment.
PathTreeTypes
Type system for PathTree.
RootPath
SegmentedPath with a root element.
SegmentedPath
Decomposition of a path into segments.

Results

Settings
Help
    trait
    im_pathtree::RootPath
    SegmentedPath with a root element.
    assoc type
    im_pathtree::PathTreeTypes::RootPath
    trait method
    im_pathtree::RootPath::is_root
    &RootPath -> bool
    Check if the path equals the root path.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.