tigrbl-runtime 0.4.1.dev3__tar.gz → 0.4.1.dev6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/Cargo.lock +12 -12
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/Cargo.toml +1 -1
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/PKG-INFO +4 -4
- {tigrbl_runtime-0.4.1.dev3/pkgs/core/tigrbl_runtime → tigrbl_runtime-0.4.1.dev6}/README.md +3 -3
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/Cargo.toml +2 -2
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/Cargo.toml +2 -2
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/Cargo.toml +2 -2
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/Cargo.toml +2 -2
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/Cargo.toml +3 -3
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/Cargo.toml +2 -2
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/Cargo.toml +1 -1
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/Cargo.toml +8 -8
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/Cargo.toml +3 -3
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6/pkgs/core/tigrbl_runtime}/README.md +3 -3
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pyproject.toml +1 -1
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/LICENSE +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/algebra.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/atom.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/base.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/bound.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/egress.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/encoded.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/error.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/ingress.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/phase_db.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/planned.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/resolved.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/result.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dep/extra.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dep/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dep/param_resolver.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dep/security.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dispatch/binding_match.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dispatch/binding_parse.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dispatch/input_normalize.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dispatch/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dispatch/op_resolve.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/asgi_send.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/envelope_apply.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/headers_apply.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/http_finalize.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/out_dump.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/result_normalize.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/to_transport_response.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/emit/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/emit/paired_post.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/emit/paired_pre.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/emit/readtime_alias.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/err/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/err/rollback.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/events.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/ingress/ctx_init.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/ingress/input_prepare.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/ingress/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/ingress/transport_extract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/labels.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/macros.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/out/masking.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/out/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/phases.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/python/atom_callback.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/python/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/python/predicate_callback.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/refresh/demand.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/refresh/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/registry.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/resolve/assemble.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/resolve/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/resolve/paired_gen.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/error_to_transport.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/headers_from_payload.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/negotiate.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/negotiation.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/render.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/renderer.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/template.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/templates.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/schema/collect_in.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/schema/collect_out.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/schema/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/stages.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/storage/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/storage/to_stored.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/commit_tx.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/db.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_aggregate.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_append_chunk.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_bulk_create.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_bulk_delete.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_bulk_merge.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_bulk_replace.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_bulk_update.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_checkpoint.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_clear.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_count.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_create.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_custom.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_delete.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_download.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_exists.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_group_by.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_list.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_merge.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_noop.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_persistence.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_publish.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_read.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_replace.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_send_datagram.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_subscribe.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_tail.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_update.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/handler_upload.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/oltp_context.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/phase_db.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/start_tx.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/build_in.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/build_out.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/dump.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/validate_in.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/tests/atom_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/catalog.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/column_store.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/engine.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/index.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/lowerer.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/row_store.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/session.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/snapshot.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/table.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/tx.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/tests/inmemory_engine_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/codec.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/ddl.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/engine.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/lowerer.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/query.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/reflect.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/row.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/session.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/src/tx.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/tests/postgres_engine_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/codec.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/ddl.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/engine.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/lowerer.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/query.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/reflect.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/row.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/session.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/src/tx.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/tests/sqlite_engine_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/builder.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/cache.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/compile.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/explain.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/inject/deps.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/inject/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/inject/phase_db.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/inject/sys_handlers.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/labels.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/barriers.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/compaction.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/dead_steps.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/deforestation.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/fusion.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/hot_paths.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opt/schedule.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opview/compiler.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opview/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opview/schema_in.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/opview/schema_out.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/parity.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/plan/hashing.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/plan/hot.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/plan/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/plan/models.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/plan/packed.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/plan/phase.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/plan/segment.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/route/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/route/rest.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/route/rpc.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/route/ws.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/src/trace.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/tests/kernel_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_kernel/tests/parity_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/bulk/create.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/bulk/delete.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/bulk/merge.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/bulk/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/bulk/replace.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/bulk/update.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/handlers/custom.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/handlers/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/handlers/registry.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/model/defaults.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/model/enums.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/model/filters.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/model/materialize.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/model/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/model/normalize.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/model/patch.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/params.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/python/handler_callback.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/python/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/result/list.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/result/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/result/mutate.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/result/read.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/clear.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/count.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/create.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/delete.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/exists.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/list.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/merge.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/read.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/replace.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/src/verbs/update.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/tests/ops_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/atoms.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/callbacks.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/channel.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/engines.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/errors.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/handlers.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/sessions.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/transactions.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/src/values.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ports/tests/ports_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/callback/fence.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/callback/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/callback/python.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/callback/registry.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/callback/rust.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/channel/adapter.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/channel/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/config.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/engine/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/engine/registry.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/engine/resolver.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/executor/fused.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/executor/invoke.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/executor/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/executor/packed.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/executor/phase.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/executor/rollback.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/handle/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/handle/plan_handle.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/handle/runtime_handle.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/metrics.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/parity.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/request.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/response.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/runtime.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/status.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/src/trace.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/tests/channel_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/tests/parity_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_runtime/tests/runtime_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/Cargo.toml +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/README.md +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/app.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/binding.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/callback.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/column.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/adapter.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/bridge.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/array.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/boolean.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/bytes.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/date.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/datetime.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/decimal.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/duration.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/enum_.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/integer.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/json.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/number.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/object.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/string.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/time.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/ulid.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/builtin/uuid.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/datatype_spec.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/engine_registry.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/lowerer.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/reflected.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/registry.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/datatypes/storage_type_ref.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/engine.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/errors.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/field.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/hook.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/op.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/request.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/response.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/serde/json.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/serde/mod.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/serde/versioned.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/storage.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/table.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/src/values.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_spec/tests/spec_contract.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/LICENSE +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/callback_registry.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/errors.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/lib.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/module.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/py_atoms.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/py_engines.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/py_handlers.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/py_hooks.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/py_request.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/py_response.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/py_runtime.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/runtime_handle.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/src/spec_codec.rs +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_channel_runtime_surface.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_ctx_promote_compat.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_declared_dependency_imports.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_invoke_phase_db.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_kernel_bridge.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_packed_hot_run_dispatch.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_phase_context_assignment.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_runtime_contracts.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_rust_codec.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_rust_runtime_demo_curl.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_rust_runtime_demo_docs_surface.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_smoke.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/pkgs/core/tigrbl_runtime/tests/test_typed_error_edges.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/callbacks.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/channel/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/channel/asgi.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/channel/capabilities.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/channel/state.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/channel/websocket.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/config/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/config/constants.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/base.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/helpers.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/invoke.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/kernel_executor.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/loop_regions.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/numba_packed.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/packed.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/phase.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/executors/types.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/handle.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/_iterators.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/anchors.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/app_frame_codec.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/completion_fence.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/dispatch_atoms.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/framing_atoms.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/http_stream.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/http_unary.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/lifespan_chain.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/loop_modes.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/scope_schemas.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/sse.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/static_files.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/subevent_handlers.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/transport_atoms.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/websocket.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/protocol/webtransport.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/_typing_aliases.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/base.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/channel.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/events.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/exceptions.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/executor/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/executor/invoke.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/hook_types.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/kernel.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/labels.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/response.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/runtime.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/status/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/status/converters.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/status/exceptions.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/status/mappings.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/status/utils.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/runtime/system.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/__init__.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/_fallback.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/_load_rust.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/_parity_contract.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/availability.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/backend.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/callbacks.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/codec.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/compile.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/errors.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/parity.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/request.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/response.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/runtime.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/rust/trace.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/transactions.py +0 -0
- {tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/tigrbl_runtime/webhooks.py +0 -0
|
@@ -324,7 +324,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
324
324
|
|
|
325
325
|
[[package]]
|
|
326
326
|
name = "tigrbl_rs_atoms"
|
|
327
|
-
version = "0.4.1-dev.
|
|
327
|
+
version = "0.4.1-dev.6"
|
|
328
328
|
dependencies = [
|
|
329
329
|
"tigrbl_rs_ports",
|
|
330
330
|
"tigrbl_rs_spec",
|
|
@@ -332,7 +332,7 @@ dependencies = [
|
|
|
332
332
|
|
|
333
333
|
[[package]]
|
|
334
334
|
name = "tigrbl_rs_engine_inmemory"
|
|
335
|
-
version = "0.4.1-dev.
|
|
335
|
+
version = "0.4.1-dev.6"
|
|
336
336
|
dependencies = [
|
|
337
337
|
"tigrbl_rs_ports",
|
|
338
338
|
"tigrbl_rs_spec",
|
|
@@ -340,7 +340,7 @@ dependencies = [
|
|
|
340
340
|
|
|
341
341
|
[[package]]
|
|
342
342
|
name = "tigrbl_rs_engine_postgres"
|
|
343
|
-
version = "0.4.1-dev.
|
|
343
|
+
version = "0.4.1-dev.6"
|
|
344
344
|
dependencies = [
|
|
345
345
|
"tigrbl_rs_ports",
|
|
346
346
|
"tigrbl_rs_spec",
|
|
@@ -348,7 +348,7 @@ dependencies = [
|
|
|
348
348
|
|
|
349
349
|
[[package]]
|
|
350
350
|
name = "tigrbl_rs_engine_sqlite"
|
|
351
|
-
version = "0.4.1-dev.
|
|
351
|
+
version = "0.4.1-dev.6"
|
|
352
352
|
dependencies = [
|
|
353
353
|
"rusqlite",
|
|
354
354
|
"serde_json",
|
|
@@ -358,7 +358,7 @@ dependencies = [
|
|
|
358
358
|
|
|
359
359
|
[[package]]
|
|
360
360
|
name = "tigrbl_rs_kernel"
|
|
361
|
-
version = "0.4.1-dev.
|
|
361
|
+
version = "0.4.1-dev.6"
|
|
362
362
|
dependencies = [
|
|
363
363
|
"tigrbl_rs_atoms",
|
|
364
364
|
"tigrbl_rs_ports",
|
|
@@ -367,14 +367,14 @@ dependencies = [
|
|
|
367
367
|
|
|
368
368
|
[[package]]
|
|
369
369
|
name = "tigrbl_rs_ops_olap"
|
|
370
|
-
version = "0.4.1-dev.
|
|
370
|
+
version = "0.4.1-dev.6"
|
|
371
371
|
dependencies = [
|
|
372
372
|
"tigrbl_rs_spec",
|
|
373
373
|
]
|
|
374
374
|
|
|
375
375
|
[[package]]
|
|
376
376
|
name = "tigrbl_rs_ops_oltp"
|
|
377
|
-
version = "0.4.1-dev.
|
|
377
|
+
version = "0.4.1-dev.6"
|
|
378
378
|
dependencies = [
|
|
379
379
|
"tigrbl_rs_ports",
|
|
380
380
|
"tigrbl_rs_spec",
|
|
@@ -382,21 +382,21 @@ dependencies = [
|
|
|
382
382
|
|
|
383
383
|
[[package]]
|
|
384
384
|
name = "tigrbl_rs_ops_realtime"
|
|
385
|
-
version = "0.4.1-dev.
|
|
385
|
+
version = "0.4.1-dev.6"
|
|
386
386
|
dependencies = [
|
|
387
387
|
"tigrbl_rs_spec",
|
|
388
388
|
]
|
|
389
389
|
|
|
390
390
|
[[package]]
|
|
391
391
|
name = "tigrbl_rs_ports"
|
|
392
|
-
version = "0.4.1-dev.
|
|
392
|
+
version = "0.4.1-dev.6"
|
|
393
393
|
dependencies = [
|
|
394
394
|
"tigrbl_rs_spec",
|
|
395
395
|
]
|
|
396
396
|
|
|
397
397
|
[[package]]
|
|
398
398
|
name = "tigrbl_rs_runtime"
|
|
399
|
-
version = "0.4.1-dev.
|
|
399
|
+
version = "0.4.1-dev.6"
|
|
400
400
|
dependencies = [
|
|
401
401
|
"tigrbl_rs_atoms",
|
|
402
402
|
"tigrbl_rs_engine_inmemory",
|
|
@@ -410,7 +410,7 @@ dependencies = [
|
|
|
410
410
|
|
|
411
411
|
[[package]]
|
|
412
412
|
name = "tigrbl_rs_spec"
|
|
413
|
-
version = "0.4.1-dev.
|
|
413
|
+
version = "0.4.1-dev.6"
|
|
414
414
|
dependencies = [
|
|
415
415
|
"serde",
|
|
416
416
|
"serde_json",
|
|
@@ -418,7 +418,7 @@ dependencies = [
|
|
|
418
418
|
|
|
419
419
|
[[package]]
|
|
420
420
|
name = "tigrbl_runtime_bindings"
|
|
421
|
-
version = "0.4.1-dev.
|
|
421
|
+
version = "0.4.1-dev.6"
|
|
422
422
|
dependencies = [
|
|
423
423
|
"pyo3",
|
|
424
424
|
"serde_json",
|
|
@@ -3,7 +3,7 @@ resolver = "2"
|
|
|
3
3
|
members = ["crates/tigrbl_rs_spec", "crates/tigrbl_rs_ports", "crates/tigrbl_rs_atoms", "crates/tigrbl_rs_ops_oltp", "crates/tigrbl_rs_kernel", "crates/tigrbl_rs_runtime", "crates/tigrbl_rs_engine_sqlite", "crates/tigrbl_rs_engine_postgres", "crates/tigrbl_rs_engine_inmemory", "pkgs/core/tigrbl_runtime"]
|
|
4
4
|
|
|
5
5
|
[workspace.package]
|
|
6
|
-
version = "0.4.1-dev.
|
|
6
|
+
version = "0.4.1-dev.6"
|
|
7
7
|
edition = "2021"
|
|
8
8
|
license = "Apache-2.0"
|
|
9
9
|
authors = ["Jacob Stewart <jacob@swarmauri.com>"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl-runtime
|
|
3
|
-
Version: 0.4.1.
|
|
3
|
+
Version: 0.4.1.dev6
|
|
4
4
|
Classifier: Development Status :: 3 - Alpha
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: Intended Audience :: Information Technology
|
|
@@ -39,12 +39,12 @@ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/
|
|
|
39
39
|

|
|
40
40
|
|
|
41
41
|
<p align="center">
|
|
42
|
-
<a href="https://
|
|
43
|
-
<img src="https://
|
|
42
|
+
<a href="https://pepy.tech/project/tigrbl-runtime">
|
|
43
|
+
<img src="https://static.pepy.tech/badge/tigrbl-runtime" alt="Pepy downloads for tigrbl-runtime"/></a>
|
|
44
44
|
<a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime/">
|
|
45
45
|
<img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime.svg" alt="Repository views for tigrbl-runtime"/></a>
|
|
46
46
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
47
|
-
<img src="https://img.shields.io/
|
|
47
|
+
<img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
|
|
48
48
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
49
49
|
<img src="https://img.shields.io/pypi/l/tigrbl-runtime" alt="PyPI license metadata for tigrbl-runtime"/></a>
|
|
50
50
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://
|
|
5
|
-
<img src="https://
|
|
4
|
+
<a href="https://pepy.tech/project/tigrbl-runtime">
|
|
5
|
+
<img src="https://static.pepy.tech/badge/tigrbl-runtime" alt="Pepy downloads for tigrbl-runtime"/></a>
|
|
6
6
|
<a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime/">
|
|
7
7
|
<img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime.svg" alt="Repository views for tigrbl-runtime"/></a>
|
|
8
8
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
9
|
-
<img src="https://img.shields.io/
|
|
9
|
+
<img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
|
|
10
10
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
11
11
|
<img src="https://img.shields.io/pypi/l/tigrbl-runtime" alt="PyPI license metadata for tigrbl-runtime"/></a>
|
|
12
12
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
@@ -11,5 +11,5 @@ repository = "https://github.com/tigrbl/tigrbl"
|
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.
|
|
15
|
-
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.
|
|
14
|
+
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.6"}
|
|
15
|
+
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/Cargo.toml
RENAMED
|
@@ -11,5 +11,5 @@ repository = "https://github.com/tigrbl/tigrbl"
|
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.
|
|
15
|
-
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.
|
|
14
|
+
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.6"}
|
|
15
|
+
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_postgres/Cargo.toml
RENAMED
|
@@ -11,5 +11,5 @@ repository = "https://github.com/tigrbl/tigrbl"
|
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.
|
|
15
|
-
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.
|
|
14
|
+
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.6"}
|
|
15
|
+
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_sqlite/Cargo.toml
RENAMED
|
@@ -13,5 +13,5 @@ readme = "README.md"
|
|
|
13
13
|
[dependencies]
|
|
14
14
|
rusqlite = { version = "0.32", features = ["bundled"] }
|
|
15
15
|
serde_json.workspace = true
|
|
16
|
-
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.
|
|
17
|
-
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.
|
|
16
|
+
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.6"}
|
|
17
|
+
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
|
@@ -11,6 +11,6 @@ repository = "https://github.com/tigrbl/tigrbl"
|
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
tigrbl_rs_atoms = { path = "../tigrbl_rs_atoms", version = "0.4.1-dev.
|
|
15
|
-
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.
|
|
16
|
-
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.
|
|
14
|
+
tigrbl_rs_atoms = { path = "../tigrbl_rs_atoms", version = "0.4.1-dev.6"}
|
|
15
|
+
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.6"}
|
|
16
|
+
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_ops_oltp/Cargo.toml
RENAMED
|
@@ -11,5 +11,5 @@ repository = "https://github.com/tigrbl/tigrbl"
|
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.
|
|
15
|
-
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.
|
|
14
|
+
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.6"}
|
|
15
|
+
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
|
@@ -11,11 +11,11 @@ repository = "https://github.com/tigrbl/tigrbl"
|
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
tigrbl_rs_atoms = { path = "../tigrbl_rs_atoms", version = "0.4.1-dev.
|
|
15
|
-
tigrbl_rs_engine_inmemory = { path = "../tigrbl_rs_engine_inmemory", version = "0.4.1-dev.
|
|
16
|
-
tigrbl_rs_engine_postgres = { path = "../tigrbl_rs_engine_postgres", version = "0.4.1-dev.
|
|
17
|
-
tigrbl_rs_engine_sqlite = { path = "../tigrbl_rs_engine_sqlite", version = "0.4.1-dev.
|
|
18
|
-
tigrbl_rs_kernel = { path = "../tigrbl_rs_kernel", version = "0.4.1-dev.
|
|
19
|
-
tigrbl_rs_ops_oltp = { path = "../tigrbl_rs_ops_oltp", version = "0.4.1-dev.
|
|
20
|
-
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.
|
|
21
|
-
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.
|
|
14
|
+
tigrbl_rs_atoms = { path = "../tigrbl_rs_atoms", version = "0.4.1-dev.6"}
|
|
15
|
+
tigrbl_rs_engine_inmemory = { path = "../tigrbl_rs_engine_inmemory", version = "0.4.1-dev.6"}
|
|
16
|
+
tigrbl_rs_engine_postgres = { path = "../tigrbl_rs_engine_postgres", version = "0.4.1-dev.6"}
|
|
17
|
+
tigrbl_rs_engine_sqlite = { path = "../tigrbl_rs_engine_sqlite", version = "0.4.1-dev.6"}
|
|
18
|
+
tigrbl_rs_kernel = { path = "../tigrbl_rs_kernel", version = "0.4.1-dev.6"}
|
|
19
|
+
tigrbl_rs_ops_oltp = { path = "../tigrbl_rs_ops_oltp", version = "0.4.1-dev.6"}
|
|
20
|
+
tigrbl_rs_ports = { path = "../tigrbl_rs_ports", version = "0.4.1-dev.6"}
|
|
21
|
+
tigrbl_rs_spec = { path = "../tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
|
@@ -22,6 +22,6 @@ features = ["pyo3/extension-module"]
|
|
|
22
22
|
[dependencies]
|
|
23
23
|
pyo3 = { workspace = true }
|
|
24
24
|
serde_json = { workspace = true }
|
|
25
|
-
tigrbl_rs_kernel = { path = "../../../crates/tigrbl_rs_kernel", version = "0.4.1-dev.
|
|
26
|
-
tigrbl_rs_runtime = { path = "../../../crates/tigrbl_rs_runtime", version = "0.4.1-dev.
|
|
27
|
-
tigrbl_rs_spec = { path = "../../../crates/tigrbl_rs_spec", version = "0.4.1-dev.
|
|
25
|
+
tigrbl_rs_kernel = { path = "../../../crates/tigrbl_rs_kernel", version = "0.4.1-dev.6"}
|
|
26
|
+
tigrbl_rs_runtime = { path = "../../../crates/tigrbl_rs_runtime", version = "0.4.1-dev.6"}
|
|
27
|
+
tigrbl_rs_spec = { path = "../../../crates/tigrbl_rs_spec", version = "0.4.1-dev.6"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://
|
|
5
|
-
<img src="https://
|
|
4
|
+
<a href="https://pepy.tech/project/tigrbl-runtime">
|
|
5
|
+
<img src="https://static.pepy.tech/badge/tigrbl-runtime" alt="Pepy downloads for tigrbl-runtime"/></a>
|
|
6
6
|
<a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime/">
|
|
7
7
|
<img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime.svg" alt="Repository views for tigrbl-runtime"/></a>
|
|
8
8
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
9
|
-
<img src="https://img.shields.io/
|
|
9
|
+
<img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
|
|
10
10
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
11
11
|
<img src="https://img.shields.io/pypi/l/tigrbl-runtime" alt="PyPI license metadata for tigrbl-runtime"/></a>
|
|
12
12
|
<a href="https://pypi.org/project/tigrbl-runtime/">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-runtime"
|
|
3
|
-
version = "0.4.1.
|
|
3
|
+
version = "0.4.1.dev6"
|
|
4
4
|
description = "Runtime pipeline helpers and execution bridge surfaces for Tigrbl ASGI applications, transports, and operation dispatch."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { file = "LICENSE" }
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/algebra.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/base.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/bound.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/egress.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/error.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/context/result.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dep/extra.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dep/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dep/security.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/dispatch/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/egress/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/emit/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/err/mod.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/err/rollback.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/events.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/ingress/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/labels.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/macros.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/out/masking.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/out/mod.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/phases.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/python/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/refresh/demand.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/refresh/mod.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/registry.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/resolve/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/response/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/schema/mod.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/stages.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/storage/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/commit_tx.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/db.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/phase_db.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/sys/start_tx.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/build_in.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/build_out.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/dump.rs
RENAMED
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_atoms/src/wire/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_runtime-0.4.1.dev3 → tigrbl_runtime-0.4.1.dev6}/crates/tigrbl_rs_engine_inmemory/src/lib.rs
RENAMED
|
File without changes
|