Docs.rs
nom_bencode-0.1.3
nom_bencode 0.1.3
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
Crates.io
Source
Owners
edg-l
Dependencies
nom ^7.1.1
normal
thiserror ^1.0.34
normal
assert_matches ^1.5.0
dev
criterion ^0.3.6
dev
Versions
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
8.33%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In nom_bencode
?
Function
nom_bencode
::
parse
source
·
[
−
]
pub fn parse(source: &[
u8
]) ->
Result
<
Vec
<
Value
<'_>>,
Error
<&[
u8
]>>