egui-cfg

Crates.ioegui-cfg
lib.rsegui-cfg
version0.1.0
created_at2025-09-25 02:53:38.394369+00
updated_at2025-09-25 02:53:38.394369+00
descriptionegui library for displaying control flow graphs using petgraph.
homepagehttps://github.com/teabound/egui-cfg
repositoryhttps://github.com/teabound/egui-cfg
max_upload_size
id1854083
size208,040
(teabound)

documentation

https://docs.rs/egui-cfg

README

egui-cfg

egui library for displaying control flow graphs using petgraph.

Default Custom

Usage

See the examples folder.

[dependencies]
egui-cfg = "*"

Demo

$ git clone https://github.com/teabound/egui-cfg 
$ cd egui-cfg
$ cargo run --example basic --release
Commit count: 41

cargo fmt