haussmann 0.0.3

Integrate highly customisable widgets and themes for any Rust application or GUI library
Documentation
  • Coverage
  • 100%
    126 out of 126 items documented2 out of 23 items with examples
  • Size
  • Source code size: 65.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • antoninhrlt/haussmann
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • antoninhrlt

haussmann

Integrate highly customizable widgets and themes for any Rust application or GUI library

Purpose

This project is not a GUI library itself, but it gives highly customizable widgets and themes to be integrated in a GUI library or directly in an application using a system API (windows-rs, x11rb, …). Furthermore, the crate contains tools to transform widgets into shapes and to place and align widgets on a drawable surface. The Drawer trait can be implemented on a drawable surface to easily draw widgets on it

Usage

This project is under development and does not have any usage instructions at the moment.