0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 15:39:52 +00:00
2023-12-12 09:46:49 -05:00
..
2023-12-12 09:46:49 -05:00
2023-10-16 13:58:16 +02:00
2023-12-12 09:46:49 -05:00
2023-10-16 13:58:16 +02:00

sqlite_nostd

Existing Rust bindings for SQLite require the use of std. This isn't great when you need to target embedded environments (environments where SQLite often runs!) or WASM.

sqlite_nostd is a set of Rust bindings for SQLite that do not require the std crate.