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

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

Attribute Macros