
tigrbl_rs_kernel
Use tigrbl_rs_kernel in Rust: open the crate on crates.io or inspect the crate source.
Rust kernel compiler, packed plan model, and optimizer passes for Tigrbl.
tigrbl_rs_kernel is part of the Tigrbl Rust package graph. It documents crate-resident runtime, kernel, atom, port, operation, or engine behavior while cross-linking to the Python facade and sibling Rust crates.
Crate ownership
- kernel compilation, packed plan models, operation lowering, optimizer passes, and deterministic execution plans.
- Rust crates keep native execution contracts separate from Python authoring APIs while preserving compatibility with the Tigrbl specification and runtime model.
Package ecosystem cross-links
Core cross-links:
tigrbl- Facade packagetigrbl_core- Spec and primitive contractstigrbl_canon- Canonical mapping and operation resolutiontigrbl_runtime- Phase lifecycle and execution runtimetigrbl_concrete- Native objects, transports, hooks, deps, and secdepstigrbl_ops_oltp- CRUD and transactional operation handlerstigrbl_ops_olap- Analytical operation boundarytigrbl_ops_realtime- Stream, transfer, datagram, and realtime opstigrbl_tests- Examples, benchmark, parity, and package test surfaces Engine cross-links:tigrbl_engine_sqlite- SQLite local transactional enginetigrbl_engine_postgres- PostgreSQL SQLAlchemy enginetigrbl_engine_inmemory- Process-local transactional in-memory enginetigrbl_engine_redis- Redis cache/database enginetigrbl_engine_duckdb- DuckDB analytical enginetigrbl_engine_pandas- pandas DataFrame enginetigrbl_engine_pgsqli_wal- PostgreSQL and SQLite WAL engine Rust cross-links:tigrbl_rs_spec- Rust IR and AppSpec modeltigrbl_rs_atoms- Rust atom catalog and phase algebratigrbl_rs_kernel- Rust compiler and plan optimizertigrbl_rs_runtime- Rust executor and callback fencestigrbl_rs_ports- Engine, session, transaction, callback, and handler ports
Install
[]
= "0.4.0-dev.2"
Package discovery
Search and AI discovery terms for tigrbl_rs_kernel include: Tigrbl, Rust, crate, runtime, kernel, atoms, ports, engines, operations, REST, JSON-RPC, schema-first APIs.
Package-local entry point
This file is a package-local distribution entry point. It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
Canonical repository docs
README.mddocs/README.mddocs/conformance/CURRENT_TARGET.mddocs/conformance/CURRENT_STATE.mddocs/conformance/NEXT_STEPS.mddocs/governance/DOC_POINTERS.mddocs/developer/PACKAGE_CATALOG.mddocs/developer/PACKAGE_LAYOUT.md
Package identity
- canonical repository:
https://github.com/tigrbl/tigrbl - organization:
https://github.com/tigrbl - social:
https://discord.gg/K4YTAPapjR - crate path:
https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_kernel - workspace path:
crates/tigrbl_rs_kernel - workspace class: Rust crate
- implementation layout:
src/
Long-form repository documentation is governed from docs/.