operad 6.0.0

A cross-platform GUI library for Rust.
Documentation
1
2
3
4
5
6
//! Backend-neutral rendering and display-list contracts.

pub use crate::{
    assets, compositor, display, effective_geometry, fonts, paint, renderer, resource_cache,
    scrolling, virtualization,
};