tree_iterators_rs is a library built to provide you with the iterators to easily work with tree data structures in Rust.
A Rust implementation of a parser/writer for the Simple Markup Language format, as defined by Stenway. See https://dev.stenway.com/SML/. SML builds on top of WSV but allows hierarchical structuring of data.
A macro for placing SimpleML content directly into Rust source code.
Recursive & Iterative Binary Search Tree Implementations within Rust
Hobby project to experiment with tree traversal using iterators
Create, edit and iterate over tree structures
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
PathIterator is a core component of tree-rs, offering a flexible iterator interface for traversing directories and their contents.
Columnar storage primitives (Column, ValidityMask) for pandas-parity dataframes — the storage layer behind fp-frame.
Differential conformance harness for frankenpandas against a live pandas oracle — packet fixtures + fuzz seed tests + live-oracle parity gates.
Expression evaluation / query parser for fp-frame DataFrames — pandas df.eval / df.query parity.
DataFrame and Series with pandas-API parity, AACE index alignment, and GroupBy / Rolling / Resample integration.