simple-layout

Crates.iosimple-layout
lib.rssimple-layout
version0.0.2
sourcesrc
created_at2024-01-12 13:11:45.575588
updated_at2024-01-12 13:13:50.233994
descriptionSimple layout library for embedded-graphics
homepage
repositoryhttps://github.com/koa/simple-layout
max_upload_size
id1097667
size87,286
Andreas König (koa)

documentation

README

simple_layout

simple_layout is a more flexible alternative to embedded-layout.

Improvements

  • simpler API
  • Controls minimum and maximum size of every element
  • Allows controlling the weight of every element on expanding linear layouts
  • can draw borders around the layouted elements

Disadventages

  • No additional geometry elements (but you can still use the elements from embedded-layout)
  • Not tested for no-std build
Commit count: 0

cargo fmt