Trangar / periodic_table

Library that provides a list of elements in the periodic table
3 stars 1 forks source link

Improve code generation #8

Closed noirotm closed 4 years ago

noirotm commented 4 years ago

This makes sure no file under src is modified dynamically. This allows us to avoid getting warnings when publishing the crate.

Note that all configuration directives must be physically present at the beginning of a source file, so leaving them in the included elements.rs file causes compilation errors.

VictorKoenders commented 4 years ago

lgtm :+1: