Glissade macro
Glissade macro is a Rust crate that provides Mix
derive macro
for the glissade
library.
See the https://github.com/monkin/glissade for more information.
Usage
use Mix;
let touch1 = Touch ;
let touch2 = Touch ;
let touch_mix = touch1.mix;
assert_eq!;
License
This project is licensed under the MIT License.