Docs.rs
  • im-pathtree-0.0.2
    • im-pathtree 0.0.2
    • 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
      • log ^0.4.19 normal
      • thiserror ^1.0.44 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
logo

Crate im_pathtree

logo

Crate im_pathtree

  • Version 0.0.2
  • All Items
  • Structs
  • Enums
  • Traits

Crates

  • im_pathtree
?
Change settings

Crate im_pathtree

source ·
Expand description

Immutable, path-addressable tree data structure.

Structs

  • 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.
  • TreeNode
    Node in the tree.

Enums

  • InsertOrUpdateNodeValueError
  • 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::RootPath
Absolute path with a root.
assoc type
im_pathtree::PathTreeTypes::RootPath
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.
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.