onforward_ref 0.0.1

onforward_ref_* macros auto generate standard implementation of operator overloading without Copy derive
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
onforward_ref
=============

Rust's onforward_ref_* macros auto generate standard implementation of operator overloading in the form used by ref-oriented (without Copy derive) types. It likes such as forward_ref, but it is something else.


Links
-----

- [https://crares.io/crates/onforward_ref]https://crates.io/crates/onforward_ref
- [https://github.com/nomissbowling/onforward_ref]https://github.com/nomissbowling/onforward_ref


License
-------

MIT License