json-schema-rs 0.0.1

A Rust library to generate Rust structs from JSON Schema.
Documentation
# json-schema-rs


[![Version](https://img.shields.io/crates/v/json-schema-rs)](https://crates.io/crates/json-schema-rs)
[![Docs](https://docs.rs/json-schema-rs/badge.svg)](https://docs.rs/json-schema-rs)

A Rust library to generate Rust structs from JSON Schema.

## Features


TODO

## Examples


TODO

## Alternative libraries


TODO

## Developers


**Project is under active maintenance - even if there are no recent commits!
Please submit an issue / bug request if the library needs updating for any
reason!**

### Philosophy


TODO

### Feature Requests


TODO

### Commands


- `make lint`
- `make test`
- `make fix`

## Credits


Made by [Todd Everett Griffin](https://www.toddgriffin.me/).