rusty_rtos_backoff 0.1.0

backoffAlgorithm remade in Rust: exponential backoff with jitter for network retries, no_std, forbid(unsafe), gated against the C library's own test vectors.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rusty_rtos_backoff"
version = "0.1.0"
dependencies = [
 "rusty_rtos_backoff-core",
]

[[package]]
name = "rusty_rtos_backoff-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5cfa5950886a4affe350edef1aa55a712edbb003b5afde14efd370b4ee49c5e"
dependencies = [
 "rusty_rtos_core",
]

[[package]]
name = "rusty_rtos_core"
version = "0.1.0"