synthez-codegen
Internal codegen shim of `synthez` crate.
0.5.1
16M downloads/mo
#2354 most downloaded on crates.io
arcane-rs/synthez
What this package is like to depend on
Last release 1 months ago
22 Jul 2026
Ships unpredictably
gaps range from 2 weeks to 2.6 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
10 releases · first in 2021
3 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jun 2021 to Jul 2026
2022
2023
2024
2025
2026
Releases
latest 10-
0.5.122 Jul 2026Release notes
Open source → -
0.5.020 Jul 2026 -
0.4.012 Dec 2025 -
0.3.124 Apr 2023Release notes
Open source → -
0.3.021 Mar 2023Release notes
Open source → -
0.2.027 Oct 2021Release notes
Open source → -
0.1.327 Aug 2021Release notes
Open source →Added
Required::into_inner()method for unwrapping this container. (6fbda59c)
Fixed
- Unintentionally exposed
Required::is_present()andRequired::replace()methods. (6fbda59c)
-
0.1.225 Aug 2021 -
0.1.113 Aug 2021 -
0.1.025 Jun 2021Release notes
Open source →Initially implemented
ParseAttrstrait and derive macro for parsingsyn::Attributes in declarative way.- Primitive
ToTokensderive macro supporting only#[to_tokens(append(<method>))]attribute. parse:attr::doc()/parse:attr::doc_string()helpers for convenient parsing normalized Rust doc comments and#[doc]attributes.Spanningwrapper for attachingSpanto arbitrary types.Requiredcontainer for denotingParseAttrsfields required to be provided.IntoSpancoercion working for bothSpanandSpannedtypes at the same time.has::Attrstrait abstractingsyntypes which containsyn::Attributes.- Extensions:
IdentExtsimplifyingsyn::Identcreation;DataExtsimplifyingsyn::Datafields usage;ParseBufferExtproviding batteries for parsingsyn::Identandsyn::punctuated.