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

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

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