Shared Rust platform for httui: vault management, git, keychain integration, SQLite storage, and executors for HTTP and database blocks.
This crate is consumed by:
httui— desktop app, TUI, MCP serverhttui-lang— language server (LSP wrapper that depends on httui-core for storage and execution)
executor/— HTTP and DB executors with streaming, cancellation, cookiesdb/— connection pools, schema cache, dialects (PostgreSQL, MySQL, SQLite)git/— git operations (clone, push, pull, conflict resolution)secrets/— OS keychain integrationvault_config/— TOML config filesreferences/— block reference parsing and resolutionfrontmatter/,tag_index/,paths/, and more
cargo build
cargo testMIT. See LICENSE.