https://github.com/jtempest/forward_ref
Rust's forward_ref_* macros for easier implementation of operator overloading in the form used by standard types.
https://github.com/jtempest/forward_ref
Last synced: 6 months ago
JSON representation
Rust's forward_ref_* macros for easier implementation of operator overloading in the form used by standard types.
- Host: GitHub
- URL: https://github.com/jtempest/forward_ref
- Owner: jtempest
- License: other
- Created: 2021-06-06T10:29:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T13:22:14.000Z (almost 3 years ago)
- Last Synced: 2025-10-06T20:57:21.885Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# forward_ref
Rust's forward_ref_* macros for easier implementation of operator overloading in
the form used by standard types.
## License
Rust is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0), with portions covered by various
BSD-like licenses.
See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.