conv 0.3.3

This crate provides a number of conversion traits with more specific semantics than those provided by 'as' or 'From'/'Into'.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
script: cargo build --verbose && cargo test --verbose
rust:
  - 1.2.0
  - 1.3.0
  - 1.4.0
  - 1.5.0
  - 1.6.0
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
branches:
  except:
    - /^issue-.*$/