sctpx 0.2.0

A simple and friendly SCTP wrapper.
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.26.1"

[dependencies.ruc]
version = "3.0.1"

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

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