MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / style

Function style

tests/integration/highlighter.rs:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1use full_stack::highlight::highlight_assembly;
2use egui::epaint::text::ByteRangeExt as _;
3
4fn style() -> egui::Style {
5 egui::Style::default()
6}
7
8// Multi-byte UTF-8 inside a .asciz literal once hit a byte-boundary panic in

Calls

no outgoing calls