aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 1e6de1e..a4befd9 100644
--- a/readme.md
+++ b/readme.md
@@ -38,3 +38,10 @@ with the defaults:
38#[config_file = "my_app_config.yaml"] 38#[config_file = "my_app_config.yaml"]
39#[config_file = "~/.app.conf.json"] 39#[config_file = "~/.app.conf.json"]
40``` 40```
41
42### todo
43
44[] improve error from trait impl
45[] use `syn::Error` and `syn::Result` to report macro errors
46[] write docs
47[] bundle and publish to crates.io