pindell-matt / rust_bucket

Simple JSON key-value store implemented in Rust
Other
11 stars 6 forks source link

Improve serializer #5

Closed cite-reader closed 8 years ago

cite-reader commented 8 years ago

You may want to review these commits individually. The first makes create_table work with as many types as the underlying serde_json::to_string will, the others are obvious improvements for idiomatic code. There's more that can be done there.

It might be interesting to see if there's some interface in serde that can write the JSON string to a sink without ever materializing it in memory.

selfup commented 8 years ago

Thanks for the help!

I'll pull this down and check it out!!

pindell-matt commented 8 years ago

This is awesome - merging now!