dcsctp 0.1.7

An SCTP implementation for WebRTC Data Channels
Documentation
# dcSCTP

[![crates.io](https://img.shields.io/crates/v/dcsctp)](https://crates.io/crates/dcsctp)
[![docs.rs](https://img.shields.io/docsrs/dcsctp)](https://docs.rs/dcsctp)
[![scorecard.dev](https://api.scorecard.dev/projects/github.com/webrtc/dcsctp/badge)](https://scorecard.dev/viewer/?uri=github.com/webrtc/dcsctp)


An [SCTP](https://datatracker.ietf.org/doc/html/rfc9260) implementation for
[WebRTC Data Channels](https://datatracker.ietf.org/doc/html/rfc8831).

## Purpose

This implementation of dcSCTP can be seen as a spiritual successor to the
[C++ version](https://webrtc.googlesource.com/src/+/refs/heads/main/net/dcsctp)
developed for the WebRTC project by the same authors. It retains the core
concepts while leveraging Rust's security features and improved ergonomics.

## Contributing

Contributions are welcome! Please read our
[contribution guidelines](CONTRIBUTING.md) for details on how to get involved.

## License

This project is licensed under [Apache License 2.0](LICENSE).