str_array 1.0.0

Fixed-size `str` type backed by an array
Documentation
1
2
3
4
5
6
7
extern crate autocfg;

fn main() {
    let ac = autocfg::new();
    ac.emit_expression_cfg("const { _ = &mut (); }", "has_const_mut");
    ac.emit_path_cfg("core::error::Error", "has_core_error");
}