managed 0.1.1

An interface for logically owning objects, whether or not heap allocation is available.
Documentation
language: rust
matrix:
  include:
    - rust: stable
      env: FEATURES='use_std'
    - rust: beta
      env: FEATURES='use_std'
    - rust: nightly
      env: FEATURES=''
    - rust: nightly
      env: FEATURES='use_alloc'
    - rust: nightly
      env: FEATURES='use_collections'
    - rust: nightly
      env: FEATURES='use_alloc use_collections'
    - rust: nightly
      env: FEATURES='use_std use_alloc use_collections'
script:
   - cargo build --features "$FEATURES"
notifications:
  irc:
    channels:
      - "chat.freenode.net#m-labs"
    use_notice: true
    skip_join: true