mm1-sup 0.7.23

An Erlang-style actor runtime for Rust.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, thiserror::Error)]
pub enum DeciderError {
    #[error("duplicate key")]
    DuplicateKey,
    #[error("key not found")]
    KeyNotFound,
    #[error("operation unsupported")]
    Unsupported,
}