libsql_bindgen 0.2.2

Rust library for writing WebAssembly-powered user-defined functions for libSQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "libsql_bindgen"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["webassembly", "libsql", "sqlite", "wasm", "udf"]
description = "Rust library for writing WebAssembly-powered user-defined functions for libSQL"
repository = "https://github.com/psarna/libsql_bindgen"
readme = "../README.md"

[dependencies]
libsql_bindgen_macros = { version = "0", path = "../bindgen_macros"}