Implementation detail of the `core_extensions` crate
A highly parallel Perl 5 interpreter written in Rust
Proc macro implementing the cinderblock resource! macro for generating structs and CRUD trait impls
Proc macro generating SqlResource trait impls with SQL bind/decode methods for cinderblock resources
Proc macro generating Axum route handlers, endpoint registration, and OpenAPI schemas for cinderblock resources
Phlow views for Rust's core types
Resource trait definitions, CRUD operations, runtime context, and in-memory data layer for cinderblock
Shared DSL parser types and syn::Parse implementations for the cinderblock resource! macro and extensions
JSON REST API extension for cinderblock with Axum router, auto-registered endpoints, and OpenAPI support
SQLite persistence layer for cinderblock using SQLx with generated query building and dynamic filters
Core traits and query builder for rok-orm
A powerful functional pipeline macro for Rust combining sync, async, parallel, and streaming operations with extensible error handling