mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-15 16:35:00 +00:00
![]() By encoding a Vec<u8> (vector of bytes), a lossy conversion from a `Vec<u8>` to a `String` occurs. The lossy conversion leads to an incorrect hex value to be displayed. Avoid the lossy conversion and let the `hex` crate do its thing. |
||
---|---|---|
.. | ||
builder.rs | ||
execute.rs | ||
explain.rs | ||
insn.rs | ||
likeop.rs | ||
mod.rs | ||
sorter.rs |