Registry / other / kll-core

kll-core

JSON →
library0.1.8rscratesunverified

KLL state-machine implementation focused on no_std embedded/bare-metal targets.

# Cargo.toml [dependencies] kll-core = "0.1.8"
INSTALL
IMPORT
SIG · KLL-CORE
K
kll-core
otherrustv0.1.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KllStateMachine
use kll_core::KllStateMachine;

Creates a KLL state machine and performs a transition.

use kll_core::KllStateMachine; fn main() { let mut sm = KllStateMachine::new(); sm.transition(0x01); println!("State: {:?}", sm.state()); }
Debug
Known issues
gotchaDesigned for no_std; may require custom allocator in std environments.
fix
Use #![no_std] attribute and ensure appropriate memory setup.
affects: >=0.1.0
Upgrade
Version history
0.1.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kll-core — cargo add kll-core · libregistry