Docs.rs
  • im-pathtree-0.2.0
    • im-pathtree 0.2.0
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • uklotzde
    • Dependencies
      • derive_more ^0.99.17 normal
      • im ^15.1.0 normal optional
      • log ^0.4.20 normal
      • thiserror ^1.0.56 normal
    • Versions
    • 100% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate im_pathtree

im_pathtree0.2.0

  • All Items
  • Structs
  • Enums
  • Traits

Crates

  • im_pathtree
?
Change settings

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.
  • HalfEdgeRef
    Half-edge to another node in the tree.
  • HalfEdgeTreeNodeRef
    Half-edge to another node in the tree.
  • InnerNode
    Intrinsic data of an inner node.
  • LeafNode
    Intrinsic data of a leaf node.
  • NodeId
    Fast, ephemeral node identifier.
  • ParentChildTreeNode
    Return type of mutating tree operations.
  • PathTree
    Cheaply clonable path tree structure.
  • RemovedSubtree
    Return type when removing a node from the tree.
  • ResolvedNodePath
  • TreeNode
    Immutable node in the tree.
  • TreeNodeParentChildPathConflict
    A conflicting path from a parent to a child node.

Enums§

  • InsertOrUpdateNodeValueError
  • MatchNodePath
  • MatchedNodePath
  • Node
  • NodeValue

Traits§

  • PathSegment
    Owned path segment.
  • PathSegmentRef
    Borrowed path segment.
  • PathTreeTypes
    Type system for PathTree.
  • RootPath
    Absolute path with a root.
  • SegmentedPath
    Decomposition of a path into segments.

Results

trait
im_pathtree::SegmentedPath
Decomposition of a path into segments.
trait method
im_pathtree::SegmentedPath::segments
Iterate over all path segments.
trait method
im_pathtree::SegmentedPath::parent_child_segments
Split the path into parent segments and the last child …
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.