Docs.rs
vdf-reader-0.1.0
vdf-reader 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
icewind1991
Dependencies
logos ^0.13.0
normal
miette ^5.10.0
normal
parse-display ^0.8.2
normal
serde ^1.0.193
normal
thiserror ^1.0.50
normal
insta ^1.34.0
dev
maplit ^1.0.2
dev
miette ^5.10.0
dev
test-case ^3.3.1
dev
walkdir ^2.4.0
dev
Versions
42.03%
of the crate is documented
Go to latest version
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
☰
vdf_reader
0.1.0
All Items
Re-exports
Modules
Structs
Enums
Functions
Type Aliases
?
Crate
vdf_reader
source
·
[
−
]
Re-exports
pub use error::
VdfError
;
Modules
entry
error
Structs
EntryEvent
GroupEndEvent
GroupStartEvent
Reader
A VDF token reader.
Enums
Event
Reader event.
Item
Kinds of item.
Token
Parser token.
Functions
from_entry
from_str
Type Aliases
Result