wirefilter icon indicating copy to clipboard operation
wirefilter copied to clipboard

Fix Scheme! macro to be used from other crates

Open sbohrer opened this issue 3 years ago • 0 comments

The Scheme! macro references crate, but since it is a macro this will evaluate at compile time to be the crate that is attempting to use wirefilter. We must use $crate to force the lookup to occur in the crate defining the macro.

sbohrer avatar Sep 16 '20 20:09 sbohrer