aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-27 16:45:40 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-27 16:45:40 -0600
commitbb4738da611b46504176ae4dad3670be4e3b034e (patch)
treee41c245a356b1ce076f96948e55eb3bee0df805e /README.md
parent4a8a749233c8142417c0c541a7be27d8db5ab4e9 (diff)
downloadkdl-schema-bb4738da611b46504176ae4dad3670be4e3b034e.tar.gz
kdl-schema-bb4738da611b46504176ae4dad3670be4e3b034e.zip
add API to resolve refs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02fcf1d..70d98ff 100644
--- a/README.md
+++ b/README.md
@@ -74,8 +74,8 @@ assert_eq!(kdl_schema::SCHEMA_SCHEMA.document.info.title[0].text, "KDL Schema");
## conditions blocking version 1.0.0
+- documentation at all
- good API for parsing from a file
-- good API for resolving refs (as long as the ref is a simple global query by ID because using anything other than that as a ref is a weird lifehack and not idiomatic)
- types actually match the schema (currently I'm omitting several things because the schema schema doesn't use them)
- ergonomic builder API to define a schema in Rust in a non-ugly way
- can generate KDL from schema object in Rust