#different #notation #converting #tooth #systems #numbering #dental

dental-notation

库,用于不同牙位编号系统之间的转换

1 个稳定版本

1.0.0 2022年9月2日

#79#converting


dental-notation-cli 中使用

GPL-3.0-or-later

29KB
883

牙位表示法

用于在不同牙位表示法之间转换的小型库


lib.rs:

该crate提供将不同牙位表示法的文本表示序列化和反序列化的功能。您可以在枚举 [NotationKind] 中找到不同的可用表示法。

它主要暴露一个结构体 [Tooth],用于执行不同的转换。它还包含另一个模块,display,用于格式化牙位以便于不同的

用法

该crate位于crates.io上,可以通过将 dental_notation 添加到您的项目 Cargo.toml 中的依赖项来使用。

[dependencies]
dental_notation = "1"

如果您使用的是Rust 2015,则还需要将其添加到crate根目录

extern crate dental_notation;

依赖项

~125KB