Colin Bankier
Colin Bankier
Tide version is currently out of date
Attempting to parse json like: ``` let json = r#"{"date":"2019-09-01","val":null}"#; let data_point = protobuf_json_mapping::parse_from_str::(json).expect("could not parse data point."); ``` Fails with: "ParseError { error: ParseErrorWithoutLoc(ExpectingNumber)" The protobuf conventions at https://developers.google.com/protocol-buffers/docs/proto3#json...
OpenSSL example was disabled in #370 Tokio-openssl (required by "examples/openssl") has been parked and expected to be integrated into rust-openssl, but no timeline is available: alexcrichton/tokio-openssl#12
It'd be nice to include a GraphQL example, and possibly contribute integration with Juniper https://github.com/graphql-rust/juniper. They include support for several rust web frameworks.