typed_id2

Crates.iotyped_id2
lib.rstyped_id2
version0.1.3
sourcesrc
created_at2023-10-13 09:00:20.002641
updated_at2023-10-13 09:00:20.002641
descriptiontyped ID for Rust
homepage
repositoryhttps://github.com/cjwcommuny/typed-id
max_upload_size
id1002117
size5,331
cjw (cjwcommuny)

documentation

README

typed_id2

Usage

use typed_id::Id;

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

let customer_id = CustomerId::new(1);
Commit count: 11

cargo fmt