Expand description
rusty_rtos_backoff — backoffAlgorithm remade in Rust: exponential backoff with jitter for network retries, no_std, forbid(unsafe), gated against the C library’s own test vectors.
This is the facade: it re-exports the no_std core. Depend on this crate;
reach into the sub-crates only when you are building a port or a backend.
Part of Kairos (Remade With Rust). Plan: docs/plans/rusty_rtos_backoff.md.
Modules§
- prelude
- The names a firmware wants in scope.
Structs§
- Backoff
BackoffAlgorithmContext_t.
Constants§
- RETRY_
FOREVER BACKOFF_ALGORITHM_RETRY_FOREVER: retry without limit.- VERSION
- Crate version, for manifests and logs.