nix::macros

Macro feature

Source
macro_rules! feature {
    (
        #![$meta:meta]
        $($item:item)*
    ) => { ... };
}