Skip to content

Commit

Permalink
Fix README.md (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjhongwu authored Feb 17, 2024
1 parent b726391 commit d1af226
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 @@ -22,7 +22,7 @@ println!("{}", timestamp); // Timestamp(1701620628123456789)
- Adding the following attributes to `#[strong_type(...)]` allows for additional features:
- `auto_operators`: Automatically implements relevant arithmetic (for numeric types) or logical (for boolean types) operators.
- `custom_display`: Allows users to manually implement the `Display` trait, providing an alternative to the default display format.
- Specifying the corresponding primitive types via `#[custom_underlying(...)]` for nested strong types.
- `underlying`: Specifies the underlying primitive type for nested strong types.

## Installation
Add `strong-type` to your `Cargo.toml`:
Expand Down

0 comments on commit d1af226

Please sign in to comment.