Closed VictorKoenders closed 5 years ago
09:13:09 < Xion_> https://github.com/Trangar/periodic_table/blob/master/src/main.rs#L89 -- You could wrap the Vec
‹Xion› You probably also want to add docs on every field :) E.g. melting/boilingPoint need a reference pressure ‹Xion› (and probably an enum rather than Option, because there are three states: Unknown, Known(u32), NotApplicable in case of helium)
(Mostly) closed in #4, #5 and #6 (thanks @noirotm!)