loeres-device 0.12.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.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f961f6ca6781bc79a8e5ec3d5a7b9f7b4f3be92eddd00505b465842ab71d8281"

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

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