Crates.io | kll-core |
lib.rs | kll-core |
version | 0.1.8 |
source | src |
created_at | 2022-04-30 00:08:29.389652 |
updated_at | 2023-05-19 05:38:53.189507 |
description | KLL state-machine implementation focused on no_std embedded/bare-metal targets |
homepage | |
repository | https://github.com/kiibohd/kiibohd-core |
max_upload_size | |
id | 577952 |
size | 157,057 |
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.
See kiibohd-firmware for the primary use-case.
Licensed under either of
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.