10 releases (6 breaking)

Uses new Rust 2024

0.7.0 Jan 4, 2026
0.6.1 Aug 3, 2025
0.6.0 Jul 24, 2025
0.4.0 Mar 15, 2025
0.2.0 Dec 30, 2024

#2911 in Procedural macros

Download history 105/week @ 2025-10-13 211/week @ 2025-10-20 375/week @ 2025-10-27 258/week @ 2025-11-03 216/week @ 2025-11-10 39/week @ 2025-11-17 115/week @ 2025-11-24 74/week @ 2025-12-01 65/week @ 2025-12-08 105/week @ 2025-12-15 87/week @ 2025-12-22 46/week @ 2025-12-29 103/week @ 2026-01-05 436/week @ 2026-01-12 47/week @ 2026-01-19 56/week @ 2026-01-26

650 downloads per month
Used in gqlitebrowser

MIT license

89KB
2K SLoC

stable pipeline dev/1 pipeline docs crates.io

brisk-egui

brisk-egui provides integration with egui.

Example

The following creates a function hello_world_panel(ctx: &egui::Context, title: &str) that can be used with egui to build a user interface.

brisk_it! {
    PanelComponent
    {
        name: hello_world_panel,
        parameters: params!(title: &str),
        CentralPanel
        {
            Heading
            {
                text: title,
            },
        }
    }
}

More examples are available in the examples folder.

Dependencies

~145–540KB
~13K SLoC