bkchr / proc-macro-crate

`$crate` in procedural macros.
Apache License 2.0
65 stars 17 forks source link

Disable `display` feature of `toml-edit` #54

Open zeenix opened 5 days ago

zeenix commented 5 days ago

This disables a lot of the serializer code that this crate does not need. While this does not completely address #37, it does reduce the cold compile-time slightly (on my high-end machine): 0.6 seconds.