Modules§
Functions§
- assert_
memory_ bootstrap_ ready - Panic if a stable-memory slot is touched before memory bootstrap is ready.
- defer_
eager_ init - Register an eager-init function for lifecycle bootstrap execution.
- defer_
tls_ initializer - Register a TLS initializer function for eager execution.
- has_
test_ bootstrap_ hook - Return whether a test bootstrap hook has been installed.
- init_
eager_ tls - Run all deferred TLS initializers and clear the registry.
- install_
test_ bootstrap_ hook - Install a test-only hook that can run the crate’s normal memory bootstrap before host unit tests first touch macro-backed stable memory.
- is_
eager_ tls_ initializing - Return whether eager TLS initializers are currently being executed.
- is_
memory_ bootstrap_ ready - Return whether memory access is currently allowed during bootstrap.
- run_
registered_ eager_ init - Run all registered eager-init hooks and clear the registry.