Closed esheppa closed 2 years ago
Thanks for the review @dylanhart - I've fixed the compile error and verified with the cargo test
commands you listed. I also fixed the cli which I'd broken due to SystemTime
not implementing Display
, so I've added that to the CI checks as well
Thanks @dylanhart - I've fixed those unwrap
calls - let me know if you are ok with the additional wording in the docs
I've cleaned up the Cargo.toml and README.md. I've left the benchmarks as is as I assume you'd like to run them on your computer for consistency
Looks good! Thanks! Will make a release for this later.
Available in v1.0.0
This reduces a dependency, but also makes
ulid
compatible with all datetime libraries as the internal types generally implementFrom<SystemTime>
.This should also solve #52 and potentially #50