const_std_vec 0.2.0

const std vec
Documentation
  • Coverage
  • 25%
    1 out of 4 items documented1 out of 4 items with examples
  • Size
  • Source code size: 1.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • hjiayz/const_std_vec
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hjiayz

const_std_vec

    use const_std_vec::ConstVec;
    const TEST : &'static ConstVec<u8> = &ConstVec::new(b"123");
    assert_eq!(b"123",TEST.as_vec().as_slice());

License: MIT OR Apache-2.0