1 stable release
1.0.0 | Jun 12, 2021 |
---|
#868 in Rust patterns
19,491 downloads per month
Used in 571 crates
(7 directly)
8KB
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-MIT, and COPYRIGHT for details.
lib.rs
:
Macros to simplify extending operator traits over references.
Adapted from the Rust core library internal_macros.rs to remove standard library internal attribute annotations and add usage documentation.