projectsrust

Rust + Python file sequence finder extension:

Recently I discovered a beautiful world of Rust and learning as much as I can about the language and infrastructure. Decided to give it a go and try to make a Python extension scanning file locations and finding file sequences – pretty complex task, taking into account you may have files like from many sequences in one folder mask_000_000_0001.exr (one of the edge cases, but not something I haven’t seen before).

Cargo make build a breeze you can see the code and experiment here: https://github.com/ssoj13/rupy

Supplied test uses .git folder and c:\Users\Default as a testbed:

README.md is pretty self-sufficient. This project is nothing but an experiment and (probably) a nice boilerplate to wrap some nice API around.

This is still work in progress and changing every day. Mostly using it to learn Rust )

Hi, I’m AK