Skip to content

Commit

Permalink
feat(enums): add keywords & categories to Cargo.toml, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Sep 5, 2023
1 parent f8e9213 commit 75c3c20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Current Modules & Organization:
* [`libraries`](./libraries) - Rust 'library' crates, usually without binaries
* [`carto`](./libraries/carto) - Cartographic & Geospatial tools
* [`egui_irox_extras`](./libraries/egui_extras) - Extra stuff for the wonderful [`egui`](https://github.com/emilk/egui) crate
* [`enums`](./libraries/enums) - Traits for better Enumerated Types
* [`enums_derive`](./libraries/enums_derive) - Derivable impls of the traits in irox-enums
* [`influxdb_v1`](./libraries/influxdb_v1) - InfluxDBv1 API Client
* [`network`](./libraries/network) - Networking tools
* [`stats`](./libraries/stats) - Mathematics & Statistics tools
Expand Down
2 changes: 2 additions & 0 deletions libraries/enums/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "irox-enums"
description = "Traits for better Enumerated Types"
keywords = ["reflection", "metaprogramming"]
categories = ["development-tools", "rust-patterns"]
version.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions libraries/enums_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "irox-enums_derive"
description = "Derivable impls of the traits in irox-enums"
keywords = ["reflection", "metaprogramming"]
categories = ["development-tools", "rust-patterns"]
version.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down

0 comments on commit 75c3c20

Please sign in to comment.