cstr-argument 0.0.2

A trait for converting function arguments to null terminated strings
Documentation
language: rust
rust:
  - 1.20.0
  - stable
matrix:
  include:
    rust: nightly
    script:
      - cargo build --features 'nightly' --verbose
      - cargo test --features 'nightly' --verbose
notifications:
  email:
    on_success: never