https://github.com/fsteff/random-access-file-tauri
random-access-storage implementation for use with the Tauri FS API
https://github.com/fsteff/random-access-file-tauri
Last synced: 29 days ago
JSON representation
random-access-storage implementation for use with the Tauri FS API
- Host: GitHub
- URL: https://github.com/fsteff/random-access-file-tauri
- Owner: fsteff
- License: mit
- Created: 2023-09-16T14:24:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T10:39:51.000Z (almost 3 years ago)
- Last Synced: 2025-12-25T14:13:03.168Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-access-file-tauri
random-access-storage implementation for use with the Tauri FS API (experimental!)
The Tauri FS api does not support random access reads, so this impl mimics that using page files.