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

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

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