Announcing embedded-text 0.0.1

The first test version of embedded-text is available for download. embedded-text implements a TextBox struct with similar API as embedded-graphics Text, supporting multiline text rendering in a bounding box. embedded-text supports the common horizontal text alignment options:

  • LeftAligned
  • RightAligned
  • CenterAligned
  • Justified

To install, add the following to your Cargo.toml dependencies:

embedded-text = "0.0.1"

There are still quite a lot to do before embedded-text could be considered stable.

For documentation, see docs.rs

I really hope you give embedded-text a try! If you have any questions, suggestions, issues, feature requests, or if you’d like to contribute, feel free to open an issue or a pull request on the GitHub repository!

Tweet2me ↗