Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Schubert committed Aug 2, 2024
1 parent e9afef2 commit e41ef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For the UUID case `gin-tonic` offers two features:
- `uuid_string` => proto transport is `string`, parsing error is handled within wire type conversion
- `uuid_bytes` => proto transport is `bytes`, this does not require additional error handling

You can add you own types by implementing the `FromWire` and `IntoWire` traits for your type.
You can add you own types by implementing the `PbType` trait for your type.


## Benchmarks
Expand Down

0 comments on commit e41ef1d

Please sign in to comment.