diff options
| author | John Turner <jturner.usa@gmail.com> | 2023-04-22 00:14:51 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2023-09-10 01:49:27 -0400 |
| commit | 8df5bd58fcc040959ce573537aaec831aa1cf1fb (patch) | |
| tree | 3d95dbe374d28ca9d29077d0bc6bb421676ea215 | |
| parent | 169b843911b9a3953bdbc7af2c55f797f9c485da (diff) | |
| download | get-8df5bd58fcc040959ce573537aaec831aa1cf1fb.tar.gz | |
added todos
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 { |
