Crates.io | typeline |
lib.rs | typeline |
version | |
source | src |
created_at | 2025-01-03 17:00:04.843692+00 |
updated_at | 2025-01-03 17:00:04.843692+00 |
description | Efficient, Type-Safe Pipeline Processor |
homepage | |
repository | https://github.com/cmrschwarz/typeline |
max_upload_size | |
id | 1502629 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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 |
Typeline
An efficient, type-safe pipeline processing language.
ls | tl lines r="foo_(?<id>\d+)\.txt" mv="foo_{id:02}.txt"
tl <input.txt lines fe: r-m='\d' fc: head next tail end join to_int end sum
tl str="https://google.com" GET xpath="//@href" r-f="\.png$" GET enum-n write="{:02}.png"