https://github.com/sof3/operator-sugar
Makes operator overloading in Rust more concise and intuitive
https://github.com/sof3/operator-sugar
Last synced: 5 months ago
JSON representation
Makes operator overloading in Rust more concise and intuitive
- Host: GitHub
- URL: https://github.com/sof3/operator-sugar
- Owner: SOF3
- License: apache-2.0
- Created: 2019-08-10T10:54:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T11:35:50.000Z (over 4 years ago)
- Last Synced: 2025-07-28T01:40:35.425Z (6 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# operator-sugar
Makes operator overloading in Rust more concise and intuitive.
See [the documentation](https://docs.rs/operator-sugar) for details.