Skip to content

Commit

Permalink
Mention the debug server protocol as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes authored Jan 28, 2018
1 parent 79c6209 commit 7871e21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
This is a Rust crate which can take a [json schema (draft 4)](http://json-schema.org/) and generate Rust types which are serializable with [serde](https://serde.rs/). No checking such as `min_value` are done but instead only the structure of the schema is followed as closely as possible.

As a schema could be arbitrarily complex this crate makes no guarantee that it can generate good types or even any types at all for a given schema but the crate does manage to bootstrap itself which is kind of cool.

## Example

Generated types for VS Codes [debug server protocol][]: https://docs.rs/debugserver-types

[debug server protocol]:https://code.visualstudio.com/docs/extensions/example-debuggers

0 comments on commit 7871e21

Please sign in to comment.