Crate nucleon[][src]

Modules

Exports used for a framework builder (Nucleus)

The Nucleon prelude

Macros

This macro registers all the required functions and data to export the Nucleon. This makes sure the env logger is inited, the static info is exposed and a constructor is present. Also a helper NUCLEON_TYPE is made available to use inside the Nucleon implementation.

Traits

Trait required to expose the Nucleon instance functions

Trait required to expose the Nucleon static information.

Functions

Helper function to make adding a property easier.