CLI note posting system for shared UNIX boxes.
Compile-time temporary directory shared by multiple crates and erased by `cargo clean`
RAG-based codebase indexing and semantic search - dual purpose library and MCP server
SIMD-optimized append-only schema-less storage engine. Key-based binary storage in a single-file storage container.
concurrent disk-backed cache supporting efficient direct file I/O, transactions, and snapshots using file cloning and sparse files
Copy-on-write B+ tree with page-aligned storage, split/merge, and crash-safety primitives.
POSIX-focused LevelDB support utilities: singleton environment wiring, mmap and open-file limit management, process-local POSIX file-lock tracking, and errno-to-Status translation for Bitcoin-leveldb integrations.