summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b7dcda1..19bf5dc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -91,6 +91,11 @@
//!
//! All supported idents are:
//! * `hide` (this will disable getters for a specific field)
+//!
+//! # Todos
+//! * detect and return error for fields with conflicting attributes
+//! * improve error output, include span information if possible
+//! * AsRef or Deref getters
#[proc_macro_derive(Get, attributes(get))]
pub fn get(input: proc_macro::TokenStream) -> proc_macro::TokenStream {