Skip to content

Commit

Permalink
Merge pull request #3 from azam/develop
Browse files Browse the repository at this point in the history
- Remove keywords from Cargo.toml to conform with maximum 5
- Add missing description on README
  • Loading branch information
azam authored Mar 29, 2023
2 parents 20ab280 + dd3a4b1 commit af5f759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
repository = "https://github.com/azam/azamcodec-rs"
description = "Encoder and decoder library for Azam Codec"
categories = ["encoding", "decoding", "data-structures"]
keywords = [ "azam", "identifier", "sortable", "guid", "unique", "uuid" ]
keywords = [ "azam", "identifier", "sortable" ]

[lib]
name = "azamcodec"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Crate](https://img.shields.io/crates/v/azamcodec.svg)](https://crates.io/crates/azamcodec)
[![Docs](https://docs.rs/azamcodec/badge.svg)](https://docs.rs/azamcodec)

An encoder and decoder implementation in Rust for [Azam Codec](https://github.com/azam/azamcodec), a lexicographically sortable multi-section base16 encoding of byte array. Zero external dependencies.

## License

MIT Licence
Expand Down

0 comments on commit af5f759

Please sign in to comment.