valkey-module 0.1.11

A toolkit for building valkey modules in Rust
Documentation
1
2
pub type APIError = String;
pub type APIResult<T> = Result<T, APIError>;