lexical_uuid.cr
lexical_uuid.cr
This is a port of the ruby library lexical_uuid. It provides a way to go to and from ORDERED v1 UUIDS.
Installation
Add this to your application's shard.yml
:
dependencies:
lexical_uuid:
github: crash2burn/lexical_uuid.cr
Usage
require "lexical_uuid"
uuid = LexicalUUID::UUID.new
puts uuid.to_guid #=> "00056e19-aa1e-2c81-33b7-7ccf993414bd"
from_bytes = LexicalUUID::UUID.new(uuid.to_bytes)
puts from_bytes.to_guid #=> "00056e19-aa1e-2c81-33b7-7ccf993414bd"
from_guid = LexicalUUID::UUID.new(uuid.to_guid)
puts from_guid.to_guid #=> "00056e19-aa1e-2c81-33b7-7ccf993414bd"
Contributing
- Fork it ( https://github.com/crash2burn/lexical_uuid.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Thanks
Contributors
- crash2burn crash2burn - creator, maintainer
Repository
lexical_uuid.cr
Owner
Statistic
- 0
- 0
- 0
- 0
- 1
- over 6 years ago
- June 8, 2018
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 20:57:52 GMT
Languages