alloc-singleton 0.1.0

Memory allocators backed by singletons that own statically allocated memory
language: rust
cache: cargo

matrix:
  include:
    - rust: beta
    - rust: nightly

before_install: set -e

script:
  - bash ci/script.sh

branches:
  only:
    - staging
    - trying

notifications:
  email:
    on_success: never