workflow-store 0.18.0

File storage access crate abstracting file I/O and browser localstorage
Documentation
1
2
//! [`Result`] type alias
pub type Result<T> = std::result::Result<T, crate::error::Error>;