mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic_common: add feature gated fn create_rustls_config
This commit is contained in:
parent
07bb75c298
commit
e790727bc0
3 changed files with 43 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ pub mod access_list;
|
|||
#[cfg(feature = "cpu-pinning")]
|
||||
pub mod cpu_pinning;
|
||||
pub mod privileges;
|
||||
#[cfg(feature = "rustls-config")]
|
||||
pub mod rustls_config;
|
||||
|
||||
/// Amortized IndexMap using AHash hasher
|
||||
pub type AmortizedIndexMap<K, V> = indexmap_amortized::IndexMap<K, V, RandomState>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue