Ten0 / serde_avro_fast

An idiomatic implementation of serde/avro (de)serialization
GNU Lesser General Public License v3.0
20 stars 4 forks source link

Untie from apache-avro #2

Closed Ten0 closed 9 months ago

Ten0 commented 1 year ago

Since the single apache-avro maintainer doesn't have the bandwidth to take over this much better implementation of Avro support in Rust, the two crates are going to compete and this will no longer be considered a prototype. Consequently, we should get rid of the apache-avro dependency, that we currently have just for parsing the schema.

The apache-avro version is probably broken anyway since the generated "parsing canonical form" may be an invalid json.

Ten0 commented 9 months ago

Done by bbcf5574a41d7552519b840b98d293dc855d55e3