An open API service indexing awesome lists of open source software.

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.

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.