haussmann is a toolkit to integrate widgets in any application, for Rust.
This project is not a GUI library itself, but it provides highly customizable widgets and themes to be integrated in a GUI library or directly in an application.
Installation • Purpose • Usage
Note this project is under development. Contribute by opening issues, sharing your ideas to improve the project and creating pull requests with your changes and improvements.
In your "Cargo.toml" file:
[dependencies]
haussmann = "*"
Check the current version on crates.io.
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 drawables, align and size them in a layout.
This project is under development and does not have any usage instructions at the moment.