loeres-device 0.6.1

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-backend-static"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6be37891997225f43038c814bc13ca380ff5758bb8c0b1a5f4a9ee4092ddc4f9"
dependencies = [
 "loeres-core",
]

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

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