|
|
|
|
|
by FFFXXX
866 days ago
|
|
Thats awesome, now I'm going to have to find a reason to use this for something ;) Tiny nitpick: the #![allow()] generates a 'warning: unused attribute' warning for me. If you change it to #![allow(unused_attributes)] it disables the warning for itself. |
|