kll-core

Crates.iokll-core
lib.rskll-core
version0.1.8
sourcesrc
created_at2022-04-30 00:08:29.389652
updated_at2023-05-19 05:38:53.189507
descriptionKLL state-machine implementation focused on no_std embedded/bare-metal targets
homepage
repositoryhttps://github.com/kiibohd/kiibohd-core
max_upload_size
id577952
size157,057
Jacob Alexander (haata)

documentation

README

kll-core

Rust docs.rs Crates.io Crates.io Crates.io

kll-core is the KLL (Kiibohd Layout Language) funcitonal state machine implementation. It is designed to be paired with the kll-compiler crate to process the generate state machine.

The main use-case for kll-core is embedded environments (no_std); however, it does work in standard environments. kll-core uses externally defined datastructures to build the state-machine so the functionality can be manipulated without having to recompile kll-core. This is especially important for embedded devices so firmware can be updated without having to change state configuration.

Usage

See kiibohd-firmware for the primary use-case.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 192

cargo fmt