fn_once
This library provides a convenient derive macro for a once function.
= "0.3.0"
How to use,
use once;
// or = { block expression }
When you want to disable it,
[]
= ["once_off"]
= []
# The point is that
# just `once_off` feature is turned on.