Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

ConfigNode
A hierarchical configuration tree.
ExportedModule
Exported module containing declarations.
FocusStack
A mutable reference stack for tracking the current “focus” in a tree traversal.
LabelSet
A label set for a graph node.
ModuleCache
Module cache for managing multiple modules.
ModuleDependencyGraph
A dependency graph between modules.
ModuleDiff
The difference between two module versions.
ModuleInfo
Extended metadata for a module.
ModuleRegistry
A registry that tracks which declarations come from which module.
ModuleVersion
A semantic version for a module.
NonEmptyVec
A non-empty list (at least one element guaranteed).
PathBuf
A reusable scratch buffer for path computations.
RawFnPtr
A type-erased function pointer with arity tracking.
RewriteRule
Represents a rewrite rule lhs → rhs.
RewriteRuleSet
A set of rewrite rules.
SimpleDag
A simple directed acyclic graph.
SlidingSum
A fixed-size sliding window that computes a running sum.
SmallMap
A simple key-value store backed by a sorted Vec for small maps.
StatSummary
A generic counter that tracks min/max/sum for statistical summaries.
StringPool
A pool of reusable string buffers.
TokenBucket
A token bucket rate limiter.
TransformStat
A pair of StatSummary values tracking before/after a transformation.
TransitiveClosure
A dependency closure builder (transitive closure via BFS).
VersionedRecord
A versioned record that stores a history of values.
WindowIterator
A window iterator that yields overlapping windows of size n.

Enums§

IntegrityCheckResult
Result of a module integrity check.