Docs.rs
  • json-api-0.2.0
    • json-api 0.2.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zacharygolba
    • Dependencies
      • ordermap ^0.3
      • serde_derive ^1.0
      • serde ^1.0
      • serde_qs ^0.3
      • percent-encoding ^1.0
      • serde_json ^1.0
      • error-chain ^0.11
      • http ^0.1
    • Versions
  • Go to latest version
  • Platform
    • i686-apple-darwin
    • i686-pc-windows-msvc
    • 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

Crate json_api

  • Reexports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

Crates

  • json_api

Crate json_api [−] [src]

Reexports

pub use error::Error;

Modules

doc
error
query
value

Macros

resource

Structs

Document
ErrorDocument

Enums

Value

Traits

Resource

Functions

from_value
to_value

Results for String

json_api::Value::String 
json_api::value::Value::String 
json_api::query::to_string 
json_api::value::key::Path::to_string 
json_api::value::Number::deserialize_string 

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
⇤
Move up in search results
⇥
Move down in search results
⏎
Go to active search result
+
Collapse/expand all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g. fn:) to restrict the search to a given type.

Accepted types are: fn, mod, struct, enum, trait, type, macro, and const.

Search functions by type signature (e.g. vec -> usize or * -> vec)