This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
neon
Watch
1
Star
0
Fork
0
You've already forked neon
mirror of
https://github.com/neondatabase/neon.git
synced
2026-01-07 05:22:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff08c784899be0593e0380e338fc01b4dca721c4
neon
/
libs
/
proxy
/
json
History
Conrad Ludgate
ff08c78489
rather than using bytes[start..i], we can slice the bytes instead and use bytes[..i]. this ends up optimising better
2025-07-18 09:59:35 +01:00
..
benches
add benchmark for json str escaping
2025-07-18 09:38:48 +01:00
src
rather than using bytes[start..i], we can slice the bytes instead and use bytes[..i]. this ends up optimising better
2025-07-18 09:59:35 +01:00
tests
vendor some serialization tests from serde_json
2025-07-18 09:40:22 +01:00
Cargo.toml
add benchmark for json str escaping
2025-07-18 09:38:48 +01:00