quote-use-macros 0.8.2

Support `use` in procmacros hygienically
Documentation
1
2
3
4
5
6
7
8
use core::prelude::v1::{
    assert, bench, cfg, cfg_accessible, cfg_eval, column, compile_error, concat, concat_bytes,
    concat_idents, derive, drop, env, file, format_args, format_args_nl, global_allocator, include,
    include_bytes, include_str, line, log_syntax, module_path, option_env, stringify, test,
    test_case, trace_macros, AsMut, AsRef, Clone, Copy, Debug, Default, DoubleEndedIterator, Drop,
    Eq, Err, ExactSizeIterator, Extend, Fn, FnMut, FnOnce, From, Hash, Into, IntoIterator,
    Iterator, None, Ok, Option, Ord, PartialEq, PartialOrd, Result, Send, Sized, Some, Sync, Unpin,
};