sctpx 0.1.524

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

[dependencies]
nix = "0.18"
libc = "0.2"
myutil = "0.2"

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