Docs.rs
  • json_utils_2024-0.5.2
    • json_utils_2024 0.5.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Rhelvetican
    • Dependencies
      • anyhow ^1 normal optional
      • serde ^1 normal
      • serde_json ^1 normal
    • Versions
    • 68.42% 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

Crate libjsonutils

libjsonutils0.5.2

  • All Items

Sections

  • JSON utilities for Rust.
    • Features

Crate Items

  • Re-exports
  • Modules

Crates

  • libjsonutils

Crate libjsonutils

Source
Expand description

§JSON utilities for Rust.

A collection of utilities for working with JSON in Rust. Written for my own convenience, but feel free to use it.

§Features

  • Read and write JSON files.
  • Print JSON to the console.
  • Error handling.

Re-exports§

pub use serde_json;

Modules§

error
file
Read & Write JSON Utilities
json
JSON utilities.
prelude
A prelude for the json_utils crate. This module contains the most commonly used items.
print
Pretty-printing JSONs with ease.

Results

Settings
Help
    module
    libjsonutils::file
    Read & Write JSON Utilities
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.