rcstring 0.2.0

Dependency-free CString-like implementation for projects with #[no_std]'s
Documentation
1
2
3
4
5
6
7
8
9
before_script:
  - curl -Of https://static.rust-lang.org/rustup.sh
  - chmod +x rustup.sh
  - ./rustup.sh --disable-sudo -y --channel=nightly

build:
  script:
    - cargo build
    - cargo test