duvis 0.1.8

Disk usage visualizer for both AI and humans
Documentation
1
2
3
4
5
//! Bundled browser UI HTML. The `build.rs` script materialises this
//! into `OUT_DIR` either by running `npm run build` (dev checkout) or
//! by copying `prebuilt/ui.html` (crates.io install).

pub(super) const HTML_TEMPLATE: &str = include_str!(concat!(env!("OUT_DIR"), "/ui.html"));