jj/cli
Yuya Nishihara 95d83cbfe5 object_id: make ObjectId constructors non-trait methods
I'm going to add try_from_hex(), which requires Self: Sized. Such trait bound
could be added, but I don't think we'll need abstracted ObjectId constructors
at all.
2024-01-05 23:36:57 +09:00
..
examples transaction: take description at end instead of start 2023-12-13 08:12:49 -08:00
src object_id: move HexPrefix and PrefixResolution from index module 2024-01-05 10:20:57 +09:00
testing
tests object_id: make ObjectId constructors non-trait methods 2024-01-05 23:36:57 +09:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE