loeres-device 0.6.2

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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1650954f8a8b619280e0c44b14137e35e721ddc9f32204a7b0e0d1b647c89c8"
dependencies = [
 "loeres-core",
]

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

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