Skip to content

Commit

Permalink
add missing READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Mar 10, 2024
1 parent defb5ea commit 17e0c34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions serde_avro_derive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# serde_avro_derive

**Bring automatic Avro Schema generation to `serde_avro_fast`**

[![Crates.io](https://img.shields.io/crates/v/serde_avro_derive.svg)](https://crates.io/crates/serde_avro_derive)
[![License](https://img.shields.io/github/license/Ten0/serde_avro_derive)](LICENSE)
5 changes: 5 additions & 0 deletions serde_avro_derive_macros/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# serde_avro_derive_macros

Internal macros crate for the `serde_avro_derive` crate

Use [`serde_avro_derive`](https://docs.rs/serde_avro_derive/) instead of using this crate directly

0 comments on commit 17e0c34

Please sign in to comment.