Finite state machines in rust; bendns fork to add types.
Add documentation links
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | rust_fsm_dsl/Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ name = "rust-fsm" description = "A framework for building finite state machines in Rust" repository = "https://github.com/eugene-babichenko/rust-fsm" homepage = "https://github.com/eugene-babichenko/rust-fsm" +documentation = "https://docs.rs/rust-fsm/" readme = "README.md" license = "MIT" categories = ["data-structures", "rust-patterns"] diff --git a/rust_fsm_dsl/Cargo.toml b/rust_fsm_dsl/Cargo.toml index ca56390..577c307 100644 --- a/rust_fsm_dsl/Cargo.toml +++ b/rust_fsm_dsl/Cargo.toml @@ -3,6 +3,7 @@ name = "rust-fsm-dsl" description = "Macros for rust-fsm DSL" repository = "https://github.com/eugene-babichenko/rust-fsm" homepage = "https://github.com/eugene-babichenko/rust-fsm" +documentation = "https://docs.rs/rust-fsm-dsl/" readme = "../README.md" license = "MIT" categories = ["data-structures", "rust-patterns"] |