Crates.io | extfsm |
lib.rs | extfsm |
version | 0.12.1 |
source | src |
created_at | 2017-07-05 06:43:09.560523 |
updated_at | 2022-01-30 19:09:40.123898 |
description | Extended Finite State Machine with internal event queue and entry/exit transitions |
homepage | |
repository | https://github.com/przygienda/rust-extfsm.git |
max_upload_size | |
id | 21943 |
size | 85,002 |
Library to support programming of Extended Finite State Machines (FSM) in Rust. The machine is not necessarily built for fastest zero-copy speed but greatest flexibility and maintanability. Non zero-copy design has been chosen since after event processing it stores state and passes control back out which would make management of lifetimes very onerous on the user otherwise.
FSMs are from long engineering experience the cleanest way to implement asynchronous protocols between components.
Copyright (c) 2017, Juniper Networks, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. This code is not an official Juniper product. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.