project_init 2.0.2

Initialize projects from a template. Fast
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
sudo: false

cache: cargo

os:
  - linux
  - osx
  - windows

rust:
  - nightly
  - stable

script:
  - cargo build
  - cargo doc