Docs.rs
ldap-parser-0.5.0
ldap-parser 0.5.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chifflier
Dependencies
asn1-rs ^0.7
normal
rusticata-macros ^4.0
normal
thiserror ^2.0
normal
hex-literal ^0.4
dev
Versions
6.25%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ldap_
parser
0.5.0
ldap_parser
Function
parse_ldap_message
Copy item path
Source
pub fn parse_ldap_message(i: &[
u8
]) ->
Result
<'_,
LdapMessage
<'_>>
👎
Deprecated since 0.3.0: Parsing functions are deprecated. Users should instead use the FromBer trait