35 releases (14 breaking)
0.18.0 | Sep 7, 2024 |
---|---|
0.15.0 | Jul 26, 2024 |
0.11.0 | Feb 25, 2024 |
0.10.2 | Dec 24, 2023 |
0.3.12 | Mar 11, 2023 |
#64 in WebAssembly
1,963 downloads per month
Used in 8 crates
(4 directly)
315KB
7K
SLoC
workflow-store
Part of the workflow-rs
application framework.
File I/O abstraction that supports browser localstorage.
Features
- A single set of per-operating-system filename configuration options with fallbacks. (i.e. filename for
macos
orlinux
will fallback onunix
orgeneric
if not defined) - Automatic resolution of user home-folder is using
~
as a path prefix. - Support for in-browser storage using localstorage and base64 encoding for binary data.
This crate allows you to create a single file reference while specifying multiple per-operating-system file paths, including in-browser localstorage keyname. Subsequent read/write operations will work against the specified paths.
Dependencies
~17–32MB
~508K SLoC