Skip to content

Commit

Permalink
feat(json): part 1 to implement 'any' type
Browse files Browse the repository at this point in the history
It is a Json object, with a schema as defined elsewhere. It's quite
cool to see this (nearly) working already. However, it will require
us to transitively assign the required markers which is based
on information we don't currently have.

Maybe implementing this could also help to simplify name-clash checks
or make them better at least ?
  • Loading branch information
Byron committed Mar 11, 2015
1 parent de40a8b commit 712fed5
Show file tree
Hide file tree
Showing 4 changed files with 1,679 additions and 1,657 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ The license of everything not explicitly under a different license are licensed

What follows is a list of other material that is licensed differently.

* **./etc/bin/pyratemp.py** is licensed under MIT-like, as shown in [the header][pyratemp-header] of the file.
* **./etc/api/\*\*/*.json** are licensed under a [MIT-like google license][google-lic].


[oauth]: https://crates.io/crates/yup-oauth2
[pyratemp-header]: https://github.com/Byron/youtube-rs/blob/master/etc/bin/pyratemp.py
[google-lic]: https://github.com/google/google-api-go-client/blob/master/LICENSE
Loading

0 comments on commit 712fed5

Please sign in to comment.