#id #type #customer #typed

typed_id2

Rust 的 typed ID

1 个不稳定版本

0.1.3 2023年10月13日

#18#customer

自定义许可证

3KB

typed_id2

用法

use typed_id::Id;

struct Customer {
    name: String,
}
type CustomerId = Id<i32, Customer>;

let customer_id = CustomerId::new(1);

无运行时依赖