Re-exports§
pub use request::Request;pub use response_writer::ResponseWriter;
Modules§
Macros§
- array
- Helper macro for creating instances of
JsonValue::Array. - object
- Helper macro for creating instances of
JsonValue::Object. - value
- Helper crate for converting types into
JsonValue. It’s used internally by theobject!andarray!macros.
Structs§
Enums§
- Error
- Error type of this crate.
- Http
Status - Json
Error - Error type of this crate.
- Json
Value
Functions§
- from
- Convenience for
JsonValue::from(value) - parse
- stringify
- Pretty prints out the value as JSON string.
- stringify_
pretty - Pretty prints out the value as JSON string. Second argument is a number of spaces to indent new blocks with.
Type Aliases§
- Array
- EventId
- Json
Result - Result type used by this crate.
- Result
- Result type used by this crate.
- Server
Id