#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

#503 in Science

Download history 1/week @ 2023-12-24 5/week @ 2024-01-07 10/week @ 2024-01-14 42/week @ 2024-01-21 17/week @ 2024-01-28 26/week @ 2024-02-04 59/week @ 2024-02-11 37/week @ 2024-02-18 67/week @ 2024-02-25 27/week @ 2024-03-03 31/week @ 2024-03-10 21/week @ 2024-03-17 32/week @ 2024-03-24 52/week @ 2024-03-31

142 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