kernal-api 0.1.14

Async OS HAL, profiling, symbolization, and allocator instrumentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Neutral indexes for host-mechanics capabilities.
//!
//! Concrete host selection and implementations are private to this package.
//! Callers will use these stable capability names rather than selecting a host.

pub mod autostart;
pub mod executable;
pub mod fs;
pub mod fs_watch;
pub mod host;
pub mod host_processes;
pub mod ipc;
pub mod process;
pub mod resources;
pub mod terminal;
pub mod terminal_input;
#[cfg(feature = "window-icon")]
pub mod window_icon;