data-buffer 0.1.0

A simple low-level data buffer type useful for IO and in homogeneous collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust

rust:
  - nightly
  - beta
  - stable

cache: cargo

script:
  - cargo build
  - cargo test
  - cargo build --features "numeric"
  - cargo test --features "numeric"

notifications:
    email: false