loeres-device 0.8.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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d1f6421a0f6256cfd3569a443d2069833a9ad7fc4fec264870c1f45f5c4a43"

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

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