Merge pull request #2258 from Mottl/patch-1

Fixes link to Apache Avro in documentation
This commit is contained in:
David Tolnay 2022-08-12 21:33:43 -07:00 committed by GitHub
commit f1985823a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
//! [Pickle]: https://github.com/birkenfeld/serde-pickle
//! [RON]: https://github.com/ron-rs/ron
//! [BSON]: https://github.com/mongodb/bson-rust
//! [Avro]: https://github.com/flavray/avro-rs
//! [Avro]: https://github.com/apache/avro/blob/master/lang/rust/avro/README.md
//! [JSON5]: https://github.com/callum-oakley/json5-rs
//! [URL]: https://docs.rs/serde_qs
//! [Envy]: https://github.com/softprops/envy