Skip to content

Commit

Permalink
add rama-utils to list of crates
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Sep 4, 2024
1 parent 02e8d5e commit 19cc4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Here is a list of all `rama` crates:
- [`rama`](https://crates.io/crates/rama): one crate to rule them all
- [`rama-error`](https://crates.io/crates/rama-error): error utilities for rama and its users
- [`rama-macros`](https://crates.io/crates/rama-macros): contains the procedural macros used by `rama`
- [`rama-utils`](https://crates.io/crates/rama-utils): utilities crate for rama
- [`rama-core`](https://crates.io/crates/rama-core): core crate containing the service, layer and
context used by all other `rama` code, as well as some other _core_ utilities
- [`rama-net`](https://crates.io/crates/rama-net): rama network types and utilities
Expand Down
1 change: 1 addition & 0 deletions docs/book/src/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Here is a list of all `rama` crates:
- [`rama`](https://crates.io/crates/rama): one crate to rule them all
- [`rama-error`](https://crates.io/crates/rama-error): error utilities for rama and its users
- [`rama-macros`](https://crates.io/crates/rama-macros): contains the procedural macros used by `rama`
- [`rama-utils`](https://crates.io/crates/rama-utils): utilities crate for rama
- [`rama-core`](https://crates.io/crates/rama-core): core crate containing the service, layer and
context used by all other `rama` code, as well as some other _core_ utilities
- [`rama-net`](https://crates.io/crates/rama-net): rama network types and utilities
Expand Down

0 comments on commit 19cc4e7

Please sign in to comment.