zowens / crc32c

Fast CRC-32-Castagnoli implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up continuous integration

GabrielMajeri opened this issue · comments

Travis provides free CI for open-source projects. They also have a guide for setting it up.

A simple .travis.yml could be

language: rust
rust:
  - nightly # Require nightly, since we need some unstable features.
cache: cargo