Docs.rs
  • vdf-reader-0.2.0
    • vdf-reader 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • icewind1991
    • Dependencies
      • logos ^0.14.0 normal
      • miette ^7.2.0 normal
      • parse-display ^0.9.0 normal
      • serde ^1.0.200 normal
      • thiserror ^1.0.59 normal
      • insta ^1.38.0 dev
      • maplit ^1.0.2 dev
      • miette ^7.2.0 dev
      • test-case ^3.3.1 dev
      • walkdir ^2.5.0 dev
    • Versions
    • 45.19% 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_reader0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • EntryEvent
  • GroupEndEvent
  • GroupStartEvent
  • Reader
  • entry::Array
  • entry::Statement
  • entry::Table
  • entry::Value
  • error::NoValidTokenError
  • error::ParseEntryError
  • error::ParseItemError
  • error::ParseStringError
  • error::SerdeParseError
  • error::UnexpectedTokenError
  • error::UnknownError
  • error::UnknownVariantError
  • error::WrongEventTypeError

Enums

  • Event
  • Item
  • Token
  • entry::Entry
  • error::VdfError

Traits

  • entry::ParseItem
  • error::ExpectToken

Functions

  • from_entry
  • from_str

Type Aliases

  • Result