pglite-oxide 0.2.0

Rust helpers for embedding the Electric SQL pglite WebAssembly PostgreSQL runtime
Documentation
1
2
3
pub fn byte_length_utf8(input: &str) -> usize {
    input.len()
}