3 releases

0.1.5 Sep 28, 2024
0.1.4 Sep 14, 2024

#1821 in Parser implementations

Download history 390/week @ 2024-09-09 29/week @ 2024-09-16 127/week @ 2024-09-23 35/week @ 2024-09-30 4/week @ 2024-10-07

218 downloads per month

MIT license

5KB
56 lines

take_sni

//! 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

lib.rs:

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

Dependencies

~0.9–1.5MB
~30K SLoC