Docs.rs
  • json-api-0.4.1
    • json-api 0.4.1
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zacharygolba
    • Dependencies
      • error-chain ^0.11 normal
      • http ^0.1 normal
      • ordermap ^0.3 normal
      • percent-encoding ^1.0 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • serde_qs ^0.3 normal
    • Versions
    • 92.71% 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

json_api0.4.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Error
  • doc::ErrorObject
  • doc::ErrorSource
  • doc::Identifier
  • doc::JsonApi
  • doc::Link
  • doc::NewObject
  • doc::Object
  • doc::Relationship
  • error::Error
  • query::Builder
  • query::Page
  • query::Query
  • query::Sort
  • value::Number
  • value::collections::map::Drain
  • value::collections::map::IntoIter
  • value::collections::map::Iter
  • value::collections::map::IterMut
  • value::collections::map::Keys
  • value::collections::map::Map
  • value::collections::map::Values
  • value::collections::map::ValuesMut
  • value::collections::set::Drain
  • value::collections::set::IntoIter
  • value::collections::set::Iter
  • value::collections::set::Set
  • value::fields::Key
  • value::fields::Path
  • view::Context

Enums

  • Document
  • Value
  • doc::Data
  • doc::Document
  • doc::Version
  • error::ErrorKind
  • query::Direction
  • value::Value

Traits

  • Resource
  • doc::PrimaryData
  • error::ResultExt
  • value::Stringify
  • value::collections::Equivalent
  • value::fields::Segment
  • view::Render

Macros

  • resource

Functions

  • doc::from_doc
  • doc::from_reader
  • doc::from_slice
  • doc::from_str
  • doc::to_doc
  • doc::to_string
  • doc::to_string_pretty
  • doc::to_vec
  • doc::to_vec_pretty
  • doc::to_writer
  • doc::to_writer_pretty
  • from_doc
  • from_reader
  • from_slice
  • from_str
  • from_value
  • query::from_slice
  • query::from_str
  • query::to_string
  • query::to_vec
  • to_doc
  • to_string
  • to_string_pretty
  • to_value
  • to_vec
  • to_vec_pretty
  • to_writer
  • to_writer_pretty
  • value::from_value
  • value::to_value

Type Aliases

  • error::Result