loeres-device 0.10.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.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1e2d7093df7b2c13425b76fa8475232bb4f0008e56102ac172db10caa3b97b"

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

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