sql-js-httpvfs-rs 0.0.2

A very experimental, basic, and slightly ridiculous-sounding Rust wrapper around sql.js-httpvfs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sql-js-httpvfs-rs"
version = "0.0.2"
edition = "2024"
description = "A very experimental, basic, and slightly ridiculous-sounding Rust wrapper around sql.js-httpvfs"
license = "Apache-2.0"
categories = ["web-programming", "api-bindings"]
repository = "https://github.com/ClementTsang/sql.js-httpvfs-rs"

[dependencies]
js-sys = "0.3.103"
wasm-bindgen = "0.2.126"
wasm-bindgen-futures = "0.4.76"

[features]
bundled = []