StructsΒ§
- Sqlite
Malloc πString - A string we own thatβs allocated on the SQLite heap. Automatically calls
sqlite3_free
when dropped, unlessinto_raw
(orinto_inner
) is called on it. If constructed from a rust string,sqlite3_malloc
is used.
ConstantsΒ§
- NUL_
REPLACE π
FunctionsΒ§
- alloc π
- make_
nonnull π