onyx-rs 1.2.0

Cross-platform toolkit for building desktop applications without rewriting OS-specific glue every time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Cross-platform toolkit for desktop applications.
//!
//! See module-level docs for surface and usage.

pub mod appearance;
pub mod clipboard;
pub mod files;
pub mod keyring;
pub mod machineid;
pub mod notify;
pub mod osinfo;
pub mod paths;
pub mod process;
pub mod shell;