codgenhelp 0.0.1

Simplifies structure and enum parsing in Macros1.1
Documentation
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["macrohelper"] = ["impl <a class='trait' href='https://doc.rust-lang.org/nightly/rustc_errors/trait.CodeMapper.html' title='rustc_errors::CodeMapper'>CodeMapper</a> for <a class='struct' href='https://doc.rust-lang.org/nightly/syntax/codemap/struct.CodeMap.html' title='syntax::codemap::CodeMap'>CodeMap</a>",];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()