| Crates.io | sequitur |
| lib.rs | sequitur |
| version | 0.1.11 |
| created_at | 2025-12-16 02:23:43.857067+00 |
| updated_at | 2025-12-16 02:26:45.85367+00 |
| description | A library for working with numbered file sequences |
| homepage | |
| repository | https://github.com/arcadeperfect/sequitur |
| max_upload_size | |
| id | 1987084 |
| size | 5,298 |
⚠️ Work in progress — not yet in a working state.
A Rust library for identifying and manipulating sequences of files. Geared towards visual effects and animation pipelines, but usable with any numbered file sequences.
This is a Rust port of pysequitur, a Python library by the same author.
File Sequence Handling
Flexible Component System
Sequence Operations
Safe by Default
The library parses filenames into the following components:
<prefix><delimiter><frame><suffix>.<extension>
Example: render_001_final.exr
render_001_finalexrMIT