turso_core 0.7.0-pre.4

The Turso database library
Documentation
1
2
3
4
5
6
7
8
#[cfg(not(nightly))]
pub use allocator_api2::{
    alloc::{AllocError, Allocator as ApiAllocator, Global, Layout},
    collections::TryReserveError,
};

#[cfg(nightly)]
pub use std::alloc::{AllocError, Allocator as ApiAllocator, Global, Layout};