0.2
What's Changed
- no_std support for release targets
- crate-relative namespacing to avoid clashes
- Optional log messages as an argument to ensure, these will not be included in release targets.
Full Changelog
- Add configs to build on windows by @girtonman in #1
- Add editor settings to ensure consistency in spacing by @girtonman in #2
- add logo, update readme and examples by @BrainBacon in #3
- Cleanup - readability by @BrainBacon in #4
- Add toolchain override file and docs by @BrainBacon in #5
- Support no_std builds by @BrainBacon in #7
- Use crate relative namespacing by @BrainBacon in #8
- Ensure messages by @BrainBacon in #10
New Contributors
- @girtonman made their first contribution in #1