Skip to content

Commit

Permalink
docs(readme): add new feature to table
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Feb 17, 2025
1 parent b614fca commit fbe6ad3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ This repo contains simple & re-usable rust boilerplate/helpers.
By default nothing is enabled (to not bloat your dependency tree). Below is a
list of features:

| Feature | Description |
| --------- | ----------------------------------------------- |
| `tracing` | Tracing setup function with rolling log support |
| `version` | Standardized clap & tracing version messages |
| Feature | Description |
|-------------------|---------------------------------------------------------|
| `bincode_codec` | Bincode encoding for use with `tokio_util::Framed` |
| `named_task` | Wrap tokio tasks and attach a name |
| `interval_stream` | Periodically create & poll a future to produce a stream |
| `tracing` | Tracing setup function with rolling log support |
| `version` | Standardized clap & tracing version messages |

### Version

Expand Down

0 comments on commit fbe6ad3

Please sign in to comment.