# 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 ```