diff options
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -70,8 +70,9 @@ dependencies in cargo. All you need is the `fondant` crate. | |||
70 | 70 | ||
71 | ### Todo | 71 | ### Todo |
72 | 72 | ||
73 | - [ ] improve error types | 73 | - [x] improve error types |
74 | - [ ] use `syn::Error` and `syn::Result` to report macro errors | 74 | - [ ] use `syn::Error` and `syn::Result` to report macro errors |
75 | - [x] write docs | 75 | - [x] write docs |
76 | - [ ] write test suite | ||
76 | - [x] bundle and publish to crates.io | 77 | - [x] bundle and publish to crates.io |
77 | 78 | ||