Skip to content

Commit

Permalink
feat: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvescosta committed May 4, 2024
1 parent 3f98508 commit 9c7ced0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
resolver = "2"

exclude = [
"examples/http_api"
"examples/http_api",
"examples/rmq-consumer"
]

members = [
Expand All @@ -22,7 +23,7 @@ members = [
"secrets_manager",
"sql_pool",
"traces",
"auth",
"auth"
]

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ logging = { git = "ssh://git@github.com/tointernet/ruskit.git", rev = "v1.25.0"

# Documentation

For detailed documentation and usage examples, please visit our [ruskit example repository](https://github.com/ralvescosta/ruskit_examples)
For detailed documentation and usage examples, please visit [ruskit examples](https://github.com/tointernet/ruskit/tree/main/examples)

# License

Expand Down
3 changes: 3 additions & 0 deletions examples/http_api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# HTTP API Example

This is a simple HTTP Server example built using the Ruskit library, the main features of this example are:

- Swagger
- Auth0 Support
- Opentelemetry Trace with OTLP
- Opentelemetry Metrics with OTLP
8 changes: 8 additions & 0 deletions examples/rmq-consumer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Simple RabbitMQ Consumer Example

This is a simple RabbitMQ Consumer example built using the Ruskit library, the main features of this example are:

- Retry strategy
- DLQ
- Opentelemetry Trace with OTLP
- Opentelemetry Metrics with OTLP

0 comments on commit 9c7ced0

Please sign in to comment.