sctpx 0.1.10

A simple and friendly SCTP wrapper.
Documentation
all: lint

lint:
	cargo clippy

build:
	cargo build

release:
	cargo build --release

test:
	cargo test -- --nocapture --test-threads=1

fmt:
	@ bash ./tools/fmt.sh