linebender / linebender/velato
Move to generated type bindings
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 158
- Forks
- 26
- Avg merge
- 22h 56m
- Merged PRs (30d)
- 18
Description
Lottie 1.0 officially released last week, and came with a comprehensive lottie spec JSON schema.
https://lottie.github.io/lottie-spec/latest/specs/schema/
There is a library called `typify` we can use to export rust bindings for this schema to replace the serde parser.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the current serde parser and compare its types with the Lottie 1.0 schema at the linked specification. Read typify's Rust binding generation workflow, then determine how the generated bindings can replace the existing parser while preserving the supported schema data. Done means the parser uses generated bindings and existing Lottie parsing and rendering behavior remains functional.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100