Skip to content

Commit

Permalink
Add README.md for some crates
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Jul 25, 2022
1 parent 32a72c3 commit e0b34fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions phf_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/rust-phf/rust-phf"
edition = "2021"
rust-version = "1.60"
categories = ["data-structures"]
readme = "README.md"

[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
Expand Down
5 changes: 5 additions & 0 deletions phf_generator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# phf_generator

This crate is for the `phf` crate, [find it on crates.io][phf] for details.

[phf]: https://crates.io/crates/phf
1 change: 1 addition & 0 deletions phf_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/rust-phf/rust-phf"
edition = "2021"
rust-version = "1.60"
categories = ["data-structures"]
readme = "README.md"

[lib]
name = "phf_shared"
Expand Down
5 changes: 5 additions & 0 deletions phf_shared/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# phf_shared

This crate is for the `phf` crate, [find it on crates.io][phf] for details.

[phf]: https://crates.io/crates/phf

0 comments on commit e0b34fa

Please sign in to comment.