rls-analysis 0.13.0

Library for processing rustc's save-analysis data for the RLS
Documentation
language: rust
dist: trusty
sudo: false
cache: cargo
os:
  - linux
  - osx
rust:
  - nightly
script:
  - cargo build --release --verbose
  - cargo test --release --verbose