Skip to content

Commit e945ee7

Browse files
committed
Fix typos and add some crates metadata
1 parent 392bf2b commit e945ee7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/adamgs/inline-str"
99
homepage = "https://github.com/adamgs/inline-str"
1010
readme = "README.md"
11+
keywords = ["string", "compact", "stack", "immutable", "database"]
12+
categories = ["data-structures", "compression"]
1113

1214
[dependencies]
1315
inline-array = "0.1.13"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ I implemented things that seem obviously useful to me, but would love to accept
1010

1111
## Alternatives
1212

13-
The are many crates with similiar design and purpose, and I highly encourge you to use the one that you like the most:
13+
The are many crates with similar design and purpose, and I highly encourage you to use the one that you like the most:
1414

1515
- [compact_str](https://github.com/ParkMyCar/compact_str)
1616
- [inlinable_string](https://github.com/fitzgen/inlinable_string)
1717
- [hipstr](https://github.com/polazarus/hipstr)
18+
- [imstr](https://github.com/xfbs/imstr)
1819
- Any many, many others
1920

2021
## License

0 commit comments

Comments
 (0)