[package] name = "syn_str" version = "0.1.58" authors = ["Dang "] edition = "2018" readme = "README.md" license = "Apache-2.0/MIT" description = "This library is what syn is to proc_macro::TokenStream for proc_macro::TokenStream::to_string,quote! being format! with String::parse::." repository = "https://github.com/NonNullableName/syn_string/" categories = ["no-std", "development-tools::procedural-macro-helpers"] keywords = ["syn", "quote", "procedural", "macros", "str"] [dependencies] fixed_len_str = "0.2.5" [dev-dependencies] pretty_assertions = "0.6.1"