forked from Orchid/orchid
New plans for macros
About to move them completely to stdlib
This commit is contained in:
@@ -25,3 +25,5 @@ pub fn hierarchy(input: TokenStream) -> TokenStream { hierarchy::derive(input) }
|
||||
pub fn coding(input: TokenStream) -> TokenStream {
|
||||
decode(input.clone()).into_iter().chain(encode(input)).collect()
|
||||
}
|
||||
// TODO: Figure out how serialize/deserialize can be elegantly implemented
|
||||
// consider adding a context argument to encode/decode that can just be forwarded
|
||||
|
||||
Reference in New Issue
Block a user