From 8df5bd58fcc040959ce573537aaec831aa1cf1fb Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 22 Apr 2023 00:14:51 -0400 Subject: added todos --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- cgit v1.2.3