bracket-state-machine 0.2.0

State management library for bracket-lib terminal
Documentation
  • Coverage
  • 13.51%
    5 out of 37 items documented0 out of 4 items with examples
  • Size
  • Source code size: 63.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • akarui-hikarii

Welcome to bracket-state-machine

Compatible Bracket Terminal versions

Compatibility of bevy_state_machine versions:

bracket-state-machine bracket-terminal
bracket-main main
main 0.8.5

Using bracket-state-machine

In your Cargo.toml file, include:

[dependencies]
bracket-state-machine = "0.1"

If you wish to ultilize the git branch of bracket-terminal, just use the bracket-main branch

[dependencies]
bracket-state-machine = {git = "https://github.com/lecoqjacob/bracket-state-machine", branch = "bracket-main"}

Feature Flags

This crate supports all feature flags of bracket-terminal

Examples

  • basic basic demonstartion of the state machine in action. It switches between two states.