loeres-device 0.9.0

Loeres deterministic, allocation-free, panic-averse edge solver entrypoints. no_std, no alloc.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "loeres"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe766c3e5711dad5aafdff68ece59cea74513d047189e6243885fddda2225056"

[[package]]
name = "loeres-backend-static"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85748b8785d4bd99578e55fad2b9b5cc7fc85dc8528a22e66f0c3e9c4cca8176"
dependencies = [
 "loeres",
]

[[package]]
name = "loeres-device"
version = "0.9.0"
dependencies = [
 "loeres",
 "loeres-backend-static",
]