Expand description
This module contains hacks for Rust nightly syntax to make it compatible with syn
Functionsยง
- post_
process_ rust_ code - The inverse of
pre_process_rust_code() - pre_
process_ rust_ code - Replace bits of Rust nightly syntax with something that is technically valid in stable Rust, so
syncan parse it