sctpx 0.2.0

A simple and friendly SCTP wrapper.
Documentation
[package]
name = "sctpx"
version = "0.2.0"
authors = ["FanHui <hui.fan@mail.ru>"]
edition = "2021"
description = "A simple and friendly SCTP wrapper."
keywords = ["sctp", "socket", "net"]
categories = ["network-programming"]
license = "MIT"
homepage = "https://github.com/rust-util-collections/sctpx"
repository = "https://github.com/rust-util-collections/sctpx.git"

[dependencies]
nix = "0.26.1"
libc = "0.2"
ruc = "3.0.1"

[features]
default = ["client", "server"]
client = []
server = []