Drizzle Core - SQL generation library
no_std Support
This crate supports no_std environments with an allocator:
# With std (default)
= "0.1"
# no_std with allocator
= { = "0.1", = false, = ["alloc"] }
Drizzle Core - SQL generation library
This crate supports no_std environments with an allocator:
# With std (default)
drizzle-core = "0.1"
# no_std with allocator
drizzle-core = { version = "0.1", default-features = false, features = ["alloc"] }