{"id":72767,"library":"syn-derive","title":"Syn Derive","description":"Derive macros for `syn::Parse` and `quote::ToTokens` to simplify procedural macro development.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":"https://github.com/Kyuuhachi/syn_derive","tags":["procedural-macros","syn","quote","derive","parsing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsyn_derive = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add syn_derive","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Parse","correct":"use syn_derive::{Parse, ToTokens};"}],"quickstart":{"code":"use syn_derive::{Parse, ToTokens};\nuse syn::parse_quote;\n\n#[derive(Parse, ToTokens)]\nstruct MyStruct {\n    ident: syn::Ident,\n}\n\nlet my: MyStruct = parse_quote!(my_ident);","lang":"rust","description":"Derive syn::Parse and quote::ToTokens for custom AST nodes."},"warnings":[],"env_vars":null,"search_vec":"'deriv':2,3,21 'develop':15 'macro':4,14,18 'pars':7,22 'procedur':13,17 'procedural-macro':16 'quot':9,20 'simplifi':12 'syn':1,6,19 'totoken':10","created_at":"2026-06-17T18:42:50.218002+00:00","updated_at":"2026-06-17T18:42:50.218002+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Kyuuhachi/syn_derive","github":"https://github.com/Kyuuhachi/syn_derive","docs":"https://docs.rs/syn_derive/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}