rafaelcaricio / scte35

Parse and encoding of data using the SCTE-35 standard.
MIT License
4 stars 1 forks source link

Move code to use Deku crate #7

Closed rafaelcaricio closed 2 years ago

rafaelcaricio commented 2 years ago

Using https://github.com/sharksforarms/deku can simplify the code and make the scte35 crate compatible with no_std (will still need alloc)

rafaelcaricio commented 2 years ago

Will make the code more complicated.