zui_runtime/
lib.rs

1//! ZedUI's runtime for event handling.
2
3#![deny(missing_docs)]
4#![doc(html_logo_url = "https://zed-ui.dev/static/logos/zed-ui.svg")]