fixed-map 0.1.2

A fixed map where storage layout is calculated by a procedural macro.
Documentation
language: rust
rust:
  - 1.26.0
  - nightly
  - beta
  - stable
cache: cargo
branches:
  only:
    - master
script:
  - cargo build --verbose
  - cargo doc --verbose
  - cargo test --verbose
env:
  - RUST_BACKTRACE=1