| Crates.io | typeline |
| lib.rs | typeline |
| version | 0.1.0 |
| 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 |
| size | 183,062 |
TypelineAn 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"