graphannis-malloc_size_of 1.0.0

This is a fork of the `malloc_size_of` crate, which is part of the Servo codebase, to make it available to the graphANNIS corpus search library as dependency.
Documentation
language: rust
rust:
  - stable
os:
  - linux
  - osx

dist: trusty
sudo: required

cache: cargo

script:
  - cargo build --verbose --all-features
  - cargo test --verbose --all-features

branches:
  only:
    # Release tags
    - /^v\d+\.\d+\.\d+.*$/
    - test-release-tag-please-ignore
    - develop