#elements #periodic #table #focus #no-std #default #discovered

no-std periodic-elements

周期表中的元素列表,重点关注 no_std

1 个稳定版本

1.0.0 2019 年 2 月 18 日

#23 in #periodic

MIT/Apache 许可

125KB
5.5K SLoC

periodic-elements

这个包提供了所有 118 个已发现的元素列表,以及每个元素的相关信息。您可能会使用常量 ELEMENTS,因为它提供了一个元素的 'static 切片。此外,这个包广泛使用了 std::borrow::Cow,因为它允许非常高效地修改元素信息,而默认不进行堆分配。此外,Element 中的每个字段都支持 std::fmt::Display(除 cpk 外)和 std::fmt::Debug,使其易于显示。

依赖项

~140KB