Docs.rs
esphome-native-api-2.0.0
esphome-native-api 2.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
DanielHabenicht
Dependencies
base64 ^0.22.1
normal
byteorder ^1.5.0
normal
constant_time_eq ^0.4.2
normal
log ^0.4
normal
noise-protocol ^0.2.0
normal
noise-rust-crypto ^0.6.2
normal
prost ^0.13.5
normal
tokio ^1
normal
typed-builder ^0.21.0
normal
pretty_env_logger ^0.5.0
dev
test-log ^0.2.16
dev
Versions
26.1%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
parse_proto_message
esphome_
native_
api
2.0.0
In esphome_
native_
api::
parser
esphome_native_api
::
parser
Function
parse_
proto_
message
Copy item path
Source
pub fn parse_proto_message( message_type:
usize
, buf: &[
u8
], ) ->
Result
<
ProtoMessage
, &'static
str
>