xid-rs

Globally unique sortable id generator. A Rust port of https://github.com/rs/xid.

MIT License

Downloads
197.9K
Stars
30
Committers
2

Bot releases are visible (Hide)

xid-rs - v1.1.1 Latest Release

Published by kazk 6 months ago

  • Fix clippy by @kazk (#11)

Full Changelog: https://github.com/kazk/xid-rs/compare/v1.1.0...v1.1.1

xid-rs - v1.1.0

Published by kazk 6 months ago

  • Fix #9 by checking the last byte in Id::from_str by @zensh (#10)
  • Implement std::default::Default by @zensh (#10)
  • Add from_bytes function and is_zero method by @zensh (#10)

Full Changelog: https://github.com/kazk/xid-rs/compare/v1.0.3...v1.1.0

xid-rs - v1.0.3

Published by kazk about 2 years ago

What's Changed

Full Changelog: https://github.com/kazk/xid-rs/compare/v1.0.2...v1.0.3

xid-rs - v1.0.2

Published by kazk over 2 years ago

  • Change Debug for Id to use the string representation (#4)
xid-rs - v1.0.1

Published by kazk over 2 years ago

  • Add impl Display for Id (#5)
xid-rs - v1.0.0

Published by kazk over 3 years ago

  • Update rand to 0.8
  • Fix clippy lints and format
xid-rs - v0.1.1

Published by kazk almost 4 years ago

  • Remove trailing new line from Linux machine id
  • Fix Windows machine id
xid-rs - v0.1.0

Published by kazk almost 4 years ago

Initial release