benashford / rs-es

A Rust client for the ElasticSearch REST API
Apache License 2.0
217 stars 44 forks source link

Update to serde 1.0 #108

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

See the release notes.

It probably just means peppering around some lifetimes and renaming any manually implemented Visitors you might have.

I haven't found a great way to utilise the zero-copyness of serde with hyper responses because that only works when your data is contiguous and hyper will chunk response bodies.

I'm working on upgrading a couple of libraries now so will add this to my pile unless someone else wanted to pick it up :)

cc: @benashford @RoxasShadow

benashford commented 7 years ago

Implemented in #109 and released as 0.10.0