//! kyu-viz binary: interactive graph visualizer for KyuGraph databases.
//!
//! Starts with an empty in-memory database. Use one of the seed examples to
//! pre-load data, or type Cypher in the query bar to build the graph live.
//!
//! Run with: cargo run -p kyu-visualizer
//! RDF example: cargo run -p kyu-visualizer --example rdf_kg