emailaddress 0.1.0

Simple email address type and parser
1
2
3
4
5
6
7
8
9
10
11
before_install:
  - sudo add-apt-repository --yes ppa:hansjorg/rust
  - sudo add-apt-repository --yes ppa:cmrx64/cargo
  - sudo apt-get update -qq
install:
  - sudo apt-get install -qq rust-nightly cargo
script:
  - cargo build
notifications:
  email:
    on_success: never