r0 1.0.0

Initialization code ('crt0') written in Rust
Documentation
language: rust

matrix:
  allow_failures:
    - rust: nightly
  include:
    - rust: stable
      if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
    - rust: nightly
      if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)

branches:
  only:
    - master
    - staging
    - trying