redox_syscall 0.5.7

A Rust library to access raw Redox system calls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: "redoxos/redoxer"

stages:
    - build

cache:
    paths:
        - target/

build:linux:
    stage: build
    script: cargo +nightly build --verbose

build:redox:
    stage: build
    script: redoxer build --verbose