Docs.rs
llsd-rs-0.1.6
llsd-rs 0.1.6
Docs.rs crate page
LGPL-2.1
Links
Repository
crates.io
Source
Owners
Sekkmer
Dependencies
anyhow ^1.0.100
normal
base64 ^0.22.1
normal
binrw ^0.15.0
normal
chrono ^0.4.43
normal
enum-as-inner ^0.7.0
normal
llsd-rs-derive ^0.1
normal
optional
thiserror ^2.0.18
normal
url ^2.5.8
normal
uuid ^1.20.0
normal
xml-rs ^1.0.0
normal
Versions
41.14%
of the crate is documented
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
Skip to main content
from_reader
llsd_rs
0.1.6
In llsd_
rs::
binary
llsd_rs
::
binary
Function
from_
reader
Copy item path
Source
pub fn from_reader<R:
Read
>(r:
&mut R
) ->
Result
<
Llsd
,
Error
>