Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xnorpx committed Nov 26, 2024
1 parent db81288 commit d4a7557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
//! #### What are the build options for OpenSSL?
//! When using OpenSSL, there are two alternatives:
//! - Vendored: Downloads and builds OpenSSL from source. This ensures compatibility and avoids
//! dependency on system-provided OpenSSL.
//! dependency on system-provided OpenSSL.
//! - Non-vendored: Relies on the OpenSSL library provided by the system.
//!
//! #### What's the recommended build configuration?
Expand All @@ -562,6 +562,7 @@
//! Yes! Contributions for a DTLS 1.2 implementation are welcome, but note:
//! - It should be synchronous.
//! - It should be implemented entirely in pure Rust.
//!
//! If you're interested in contributing, feel free to discuss with the str0m maintainers before starting.
//!
//! ### Can I deploy the chat example into production?
Expand Down

0 comments on commit d4a7557

Please sign in to comment.