Docs.rs
feophant-0.9.0
feophant 0.9.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
18 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
chotchki
Dependencies
async-stream ^0.3.2
normal
bitflags ^1.2.1
normal
bytes ^1
normal
futures ^0.3
normal
hex-literal ^0.3.1
normal
log ^0.4
normal
lru ^0.6.6
normal
moka ^0.6
normal
nom ^7
normal
simplelog ^0.10.0
normal
thiserror ^1.0
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.6.6
normal
uuid ^0.8
normal
criterion ^0.3
dev
tempfile ^3
dev
tokio-postgres ^0.7.2
dev
tokio-test ^0.4.2
dev
Versions
7.24%
of the crate is documented
Platform
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
Skip to main content
parse_startup
feophantlib
0.9.0
In feophantlib::
processor::
startup_
parser
feophantlib
::
processor
::
startup_parser
Function
parse_
startup
Copy item path
Source
pub fn parse_startup( input: &[
u8
], ) ->
Result
<
HashMap
<
String
,
String
>,
Err
<
Error
<&[
u8
]>>>