Crates.io | take_sni |
lib.rs | take_sni |
version | 0.1.5 |
source | src |
created_at | 2024-09-09 10:05:58.486372 |
updated_at | 2024-09-28 09:47:22.384517 |
description | just parse sni from buf |
homepage | |
repository | https://github.com/Cergoo/take_sni |
max_upload_size | |
id | 1369093 |
size | 6,848 |
//! this is crate for just parse sni in tls client hello buffer,
//! returm endian pos in buffer and sni
//! this crate uses the parser combinator library and DOES NOT PANIC