# dcSCTP
[](https://crates.io/crates/dcsctp)
[](https://docs.rs/dcsctp)
[](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).