0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-05 20:03:33 +00:00
Files

9 lines
329 B
Markdown
Raw Permalink Normal View History

2023-03-30 08:41:27 -04:00
# sqlite3_allocator
Installs the sqlite3 memory system as the Rust default global allocator. Useful in no_std environments where there is no allocator and, if you want to use collections, you must bring your own.
https://docs.rust-embedded.org/book/intro/no-std.html
Reference:
https://github.com/rust-embedded/embedded-alloc