Add and update key bindings
This commit is contained in:
parent
c0a01b7ad4
commit
202969c7a9
3 changed files with 186 additions and 45 deletions
|
|
@ -24,6 +24,7 @@ pub fn derive_document(input: proc_macro::TokenStream) -> proc_macro::TokenStrea
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Derive Default as well
|
||||
#[proc_macro_derive(KeyGroup)]
|
||||
pub fn derive_group(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
|
||||
let input = parse_macro_input!(input as DeriveInput);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue