Skip to content

marjakm/rust-hsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GitHub license

rust-hsm

Rust library for building hierarchical state machines.

Usage

Put this in your Cargo.toml:

[dependencies.hsm]
git = "https://github.com/marjakm/rust-hsm.git"

And this in your crate root:

#[macro_use]
extern crate hsm;

About

Hierarchical state machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages