#chemistry #chemical #periodic-table

periodic-table-on-an-enum

Complete periodic table, with melting point, density, atomic mass, electron configuration, oxidation states and more

1 unstable release

0.3.2 Sep 5, 2020

#511 in Science

Download history 27/week @ 2023-11-27 6/week @ 2023-12-04 1/week @ 2023-12-25 6/week @ 2024-01-08 11/week @ 2024-01-15 44/week @ 2024-01-22 14/week @ 2024-01-29 25/week @ 2024-02-05 64/week @ 2024-02-12 34/week @ 2024-02-19 68/week @ 2024-02-26 30/week @ 2024-03-04 28/week @ 2024-03-11

165 downloads per month
Used in 4 crates

MIT license

32KB
914 lines

periodic-table-on-an-enum

This is a complete periodic table base on an enum containing all the elements and including the next fields:

  • Atomic number
  • Symbol
  • Name
  • Atomic mass
  • CPK Color
  • Electron configuration
  • Electronegativity
  • Atomic radius
  • Ionization energy
  • Electron affinity
  • Oxidation states
  • Standard state
  • Melting point
  • Boiling point
  • Density
  • Group block
  • Year discovered

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT


lib.rs:

This is a complete periodic table for rust, including the following fields:

  • Atomic number
  • Symbol
  • Name
  • Atomic mass
  • CPK Color
  • Electron configuration
  • Electronegativity
  • Atomic radius
  • Ionization energy
  • Electron affinity
  • Oxidation states
  • Standard state
  • Melting point
  • Boiling point
  • Density
  • Group block
  • Year discovered

No runtime deps

~15KB