diff options
author | Melody Horn <melody@boringcactus.com> | 2022-03-28 00:27:10 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-03-28 00:27:10 -0600 |
commit | 74b64c103302b3715ad4222782cf872405ac5463 (patch) | |
tree | 62158f32d12aa61afc184cd94f6a07d3d1f3ac38 | |
parent | 6f8c397d960af654a25c82fea26ee75757f02c17 (diff) | |
download | kdl-schema-74b64c103302b3715ad4222782cf872405ac5463.tar.gz kdl-schema-74b64c103302b3715ad4222782cf872405ac5463.zip |
there are technically docs now
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ assert_eq!(kdl_schema::SCHEMA_SCHEMA.document.info.title[0].text, "KDL Schema"); ## conditions blocking version 1.0.0 -- documentation at all +- consistently good documentation - merge ref target over ref source if ref source has anything else - good API for parsing from a file - types actually match the schema (currently I'm omitting several things because the schema schema doesn't use them) |