Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Conversation

valarauca
Copy link

If you are interested I converted the crate the work with the borrowed format of data.

Mostly done for my own purposes, but if you wanted to incorporate it I figured I would submit against the upstream.

Let us not waste a ton of cpu time and memory cloning already utf8
fields into another memory location just because it is easier to
write.

But seriously, wow serde makes this difficult.

TODO: Write tests to ensure that data is being deserialized
correctly as I have some doubts.
Trying to convert all the Vec<T> to Box<[T]> as the deserialized
(or serialized) data doesn't need mutability for appending/removing
collection items. That is for the -live- data prior to entering into
or being removed from the serialized form.
Got a nice little test macro up and running.
I cant do all the insane shit I want too, but oh well life goes on.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant