Docs.rs
  • jsony-0.1.6
    • jsony 0.1.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • exrok
    • Dependencies
      • itoa ^1 normal
      • jsony_macros ^0.1.5 normal optional
      • ryu ^1 normal
      • uuid ^1 normal optional
    • Versions
    • 36.07% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

jsony0.1.6

Crate Items

  • Macros
  • Structs
  • Statics
  • Traits
  • Functions
  • Derive Macros

List of all items

Structs

  • BytesWriter
  • JsonError
  • JsonParserConfig
  • MaybeJson
  • RawJson
  • TextWriter
  • binary::Decoder
  • binary::FromBinaryError
  • error::UnknownVariant
  • json::AlwaysArray
  • json::AlwaysNumber
  • json::AlwaysObject
  • json::AlwaysString
  • json::AnyValue
  • json::ArrayWriter
  • json::DecodeError
  • json::ObjectWriter
  • json::ParserWithBorrowedKey
  • json::ValueExtender
  • json::ValueWriter
  • parser::InnerParser
  • parser::Parser
  • parser::Peek
  • parser::RetrySnapshot
  • text::Ctx

Traits

  • FromBinary
  • FromJson
  • IntoByteWriter
  • IntoTextWriter
  • ToBinary
  • ToJson
  • json::FieldVisitor
  • json::FromJsonFieldVisitor
  • json::JsonKeyKind
  • json::JsonValueKind
  • text::FromText

Macros

  • array
  • object

Derive Macros

  • Jsony

Functions

  • binary::write_length
  • drill
  • from_binary
  • from_json
  • from_json_bytes
  • from_json_with_config
  • helper::json_string::decode_binary
  • helper::json_string::decode_json
  • helper::json_string::encode_binary
  • helper::json_string::encode_json
  • helper::object_as_vec_of_tuple::decode_json
  • helper::object_as_vec_of_tuple::encode_json
  • helper::owned_cow::decode_binary
  • helper::owned_cow::decode_json
  • to_binary
  • to_binary_into
  • to_json
  • to_json_into

Statics

  • error::DUPLICATE_FIELD
  • error::EMPTY_OBJECT_FOR_EXTERNALLY_TAGGED_ENUM
  • error::MISSING_CONTENT_TAG
  • error::MISSING_REQUIRED_FIELDS
  • error::MULTIPLE_FIELDS_FOR_EXTERNALLY_TAGGED_ENUM
  • error::NO_FIELD_MATCHED_AN_ENUM_VARIANT
  • error::RECURSION_LIMIT_EXCEEDED
  • error::UNKNOWN_VARIANT
  • parser::TRAILING_COMMA