Crate nucleon

Crate nucleon 

Source

Modules§

exports
Exports used for a framework builder (Nucleus)
prelude
The Nucleon prelude

Macros§

register_nucleon
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§

Nucleon
Trait required to expose the Nucleon instance functions
NucleonStatic
Trait required to expose the Nucleon static information.

Functions§

property
Helper function to make adding a property easier.