Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The constant casting just makes user code a mess, for no benefit.
|
|
|
|
This avoids const violations from abusing SerdChunk as a mutable buffer
for string sinks.
|
|
|
|
|
|
|
|
|
|
Towards reproducible round-tripping and sanity checks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows creating nodes in-place from substrings of other strings to allow
zero-copy serialization from existing delimited buffers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|