UTF8Decoder-HW
A hardware UTF-8 decoder written in Dart using the ROHD framework. The implementation relies on the WHATWG: Encoding - "UTF-8 decoder" specification.
Installation
Requirements
Steps
- TODO
Usage
An example of usage is available in the example directory.
Contributing
Tests are available in the test directory.
Before publishing a package:
- Add version info in
CHANGELOG.md - Do
dart analyze - Do
dart format . - Do
dart pub outdated - Do
dart pub publish --dry-run - Use pana
Also were used
For tests were used: