[go: up one dir, main page]

string-wrapper 0.3.0

A possibly-stack-allocated string with generic bytes storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: rust
matrix:
  include:
    - rust: nightly
    - rust: beta
    - rust: stable
script:
  - cargo build
  - cargo test
  - cargo build --features use_serde
  - cargo test --features use_serde