Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 832 Bytes

File metadata and controls

35 lines (22 loc) · 832 Bytes

Contributing guide

Thank you for investing your time in contributing to the I/O Socket project.

Development

The development environment is managed by Nix. Running nix-shell will spawn a shell with everything you need to get started with the lib.

If you do not want to use Nix, you can either use rustup:

rustup update

or install manually the following dependencies:

Build

cargo build --features std-stream

Test

cargo test --all-features

Commit style

I/O Socket follows the conventional commits specification.