Skip to main content

Crate arty

Crate arty 

Source
Expand description

Single-threaded, thread-aware application runtime.

Arty is being developed as a small runtime. Stable contracts for integrating external I/O drivers live in arty_io_core.

§Features

  • time - Exposes time primitives through arty::time.
  • test-util - Enables test-only runtime utilities. With time, this includes arty::time::ClockControl.

§Project policies

Modules§

core
Foundational runtime and thread-awareness types.
timetime
Time primitives for the runtime.