An open API service indexing awesome lists of open source software.

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

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.