Docs.rs
mold-cli-0.2.0
mold-cli 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
pumarogie
Dependencies
anyhow ^1
normal
clap ^4
normal
colored ^2
normal
convert_case ^0.6
normal
lazy_static ^1.4
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
pretty_assertions ^1
dev
tempfile ^3
dev
Versions
11.63%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
parse_json_file
mold_
cli
0.2.0
In mold_
cli::
parser
mold_cli
::
parser
Function
parse_
json_
file
Copy item path
Source
pub fn parse_json_file( path: &
Path
, name:
Option
<&
str
>, flat_mode:
bool
, ) ->
Result
<
Schema
>