project_init 2.3.0

Initialize projects from a template. Fast
Documentation
language: rust
sudo: false


cache: cargo

os:
  - linux
  - osx
  - windows

rust:
    # - stable
  - nightly

script:
  - cargo build
  - cargo doc