periodic-elements 1.0.0

A list of elements in the periodic table, with focus on no_std
Documentation
  • Coverage
  • 1.52%
    1 out of 66 items documented0 out of 1 items with examples
  • Size
  • Source code size: 122.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • lights0123/periodic-elements
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lights0123

periodic-elements

This crate provides a list of all 118 discovered elements, as well as additional information about each. You'll probably want to use the constant [ELEMENTS], as it provides a 'static slice of elements. Additionally, this crate uses [std::borrow::Cow] extensively, as it allows for mutating element information very efficiently, while not requiring heap allocations by default. Additionally, every field within [Element] supports [std::fmt::Display] (with the exception of cpk) and [std::fmt::Debug], making it easy to display.