Module rune::no_std

source ·
Expand description

Helper prelude for #[no_std] support. Public types related to using rune in #no_std environments.

Macros§

  • Defines a static budget and environment implementation suitable for singlethreaded no-std environments. This can be used in #[no_std] environments to implement the necessary hooks for Rune to work.

Structs§

  • Environment that needs to be stored somewhere.