Sha256: 3fd57de5c678db1c972da676a8231d2fde9820695ef1f0d53f1e55a3e81d9de0

Contents?: true

Size: 855 Bytes

Versions: 23

Compression:

Stored size: 855 Bytes

Contents

# Contributing to rustix

Rustix is a [Bytecode Alliance] project. It follows the Bytecode Alliance's
[Code of Conduct] and [Organizational Code of Conduct].

## Testing

To keep compile times low, most features in rustix's API are behind cargo
features. A special feature, `all-apis` enables all APIs, which is useful
for testing.

```console
cargo test --features=all-apis
```

And, rustix has two backends, linux_raw and libc, and only one is used in
any given build. To test with the libc backend explicitly, additionally
enable the `use-libc` feature:

```console
cargo test --features=all-apis,use-libc
```

Beyond that, rustix's CI tests many targets and configurations. Asking for
help is always welcome, and it's especially encouraged when the issue is
getting all the `cfg`s lined up to get everything compiling on all the
configurations on CI.

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rustix-0.38.44/CONTRIBUTING.md
wasmtime-28.0.0 ./ext/cargo-vendor/rustix-0.38.43/CONTRIBUTING.md
wasmtime-27.0.0 ./ext/cargo-vendor/rustix-0.38.41/CONTRIBUTING.md
wasmtime-26.0.0 ./ext/cargo-vendor/rustix-0.38.37/CONTRIBUTING.md
wasmtime-25.0.2 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-25.0.1 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-25.0.0 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-24.0.0 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-23.0.2 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-22.0.0 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-21.0.1 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-20.0.2 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-20.0.0 ./ext/cargo-vendor/rustix-0.38.34/CONTRIBUTING.md
wasmtime-18.0.3 ./ext/cargo-vendor/rustix-0.38.28/CONTRIBUTING.md
wasmtime-17.0.1 ./ext/cargo-vendor/rustix-0.38.28/CONTRIBUTING.md
wasmtime-17.0.0 ./ext/cargo-vendor/rustix-0.38.28/CONTRIBUTING.md
wasmtime-16.0.0 ./ext/cargo-vendor/rustix-0.38.28/CONTRIBUTING.md
wasmtime-15.0.1 ./ext/cargo-vendor/rustix-0.38.28/CONTRIBUTING.md
wasmtime-15.0.0 ./ext/cargo-vendor/rustix-0.38.28/CONTRIBUTING.md
wasmtime-14.0.4 ./ext/cargo-vendor/rustix-0.38.20/CONTRIBUTING.md