Skip to content

Commit

Permalink
misc: update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Oct 21, 2023
1 parent 732c7be commit c2043f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use crate::{
// TODO:
// * Use `quote_spanned` where applicable for better error propagation on generated code
// * Remove serde and deluxe dependencies
// * Improve enum generation (create enum based on its definition, instead of by key; also add doc alias for its id)
// * Add way to map setter and getters value
// * Add `bind_#key writable`, `user_#key_value`, `connect_#key_writable_changed` variants
// * Add trybuild tests
Expand Down

0 comments on commit c2043f9

Please sign in to comment.