Crate lucidity

Source
Expand description

The lucidity crate. Re-exports the core components and provides a macro for creating jobs.

Re-exports§

pub use lucidity_core::lunatic;
pub use lucidity_core::rand;
pub use lucidity_core::serde;

Structs§

Job
A job is a process that can be spawned and shutdown.

Attribute Macros§

abstract_process
Add AbstractProcess behavior to the given struct implementation with minimum boilerplate code.
job
The job macro.