Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crumblingstatue/egui-inspect
Trait and derive macro to easily inspect types with egui
https://github.com/crumblingstatue/egui-inspect
Last synced: about 1 month ago
JSON representation
Trait and derive macro to easily inspect types with egui
- Host: GitHub
- URL: https://github.com/crumblingstatue/egui-inspect
- Owner: crumblingstatue
- Created: 2021-12-20T23:31:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T23:23:42.000Z (about 2 months ago)
- Last Synced: 2024-11-08T00:24:54.037Z (about 2 months ago)
- Language: Rust
- Size: 245 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Trait + Derive for viewing and manipulating Rust data structures through egui.
Using this crate requires nightly Rust because of specialization.