lottieconv 0.1.2
Changelog
- Remove a typo in the example
- Add
#[must_use]
attribute onConverter
(it turns out#[must_use]
on methods returningResult
are useless)
#[must_use]
attribute on Converter
(it turns out #[must_use]
on methods returning Result
are useless)