rustls/rustls
Brian Smith 6dfa67809d Replace `doc(hidden)` with `pub(crate)` where those semantics are intended.
I think these uses of `doc(hidden)` are trying to implement `pub(crate)`
semantics. Perhaps it was done this way a long time ago when `pub(crate)`
wasn't a think.

This change causes an `unreachable_pub` warning for `PlaintextSink`, so
make that `pub(crate)` too.

Some external users might be using these even though they probably shouldn't
be, so this is technically a breaking change.
2023-01-16 10:32:14 +01:00
..
benches Switch from criterion to bencher 2023-01-13 12:11:26 +01:00
examples/internal Use Side in the bogo_shim option state 2023-01-15 16:27:26 +01:00
src Replace `doc(hidden)` with `pub(crate)` where those semantics are intended. 2023-01-16 10:32:14 +01:00
tests Make Side public and use it for quic::Keys::initial() 2023-01-15 16:27:26 +01:00
Cargo.toml Move to rustls-webpki fork 2023-01-13 15:43:30 +00:00
LICENSE-APACHE Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-ISC Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-MIT Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
build.rs Make `cargo {check,build,test} --all-features` work on Rust Stable. 2022-01-23 23:30:52 +01:00