Crates.io | gasket-derive |
lib.rs | gasket-derive |
version | |
source | src |
created_at | 2023-05-03 18:25:54.567037+00 |
updated_at | 2025-01-15 12:06:12.486853+00 |
description | Staged Event-Driven Architecture (SEDA) framework |
homepage | https://github.com/construkts/gasket-rs |
repository | https://github.com/construkts/gasket-rs |
max_upload_size | |
id | 855690 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
An opinionated Rust library for building application using data pipeline semantics. It uses a similar approach to the "Actor model", but fine-tuned for heavy, composable data processing.
Current state of the lib is: "only I understand it". I'm experimenting with the api surface, so there are constant breaking changes happening frequently.