https://github.com/kjunichi/mruby-uuid
uuid v4 for mruby
https://github.com/kjunichi/mruby-uuid
Last synced: about 1 year ago
JSON representation
uuid v4 for mruby
- Host: GitHub
- URL: https://github.com/kjunichi/mruby-uuid
- Owner: kjunichi
- License: other
- Created: 2016-08-21T04:46:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T07:41:05.000Z (over 9 years ago)
- Last Synced: 2025-02-07T17:24:53.977Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby-uuid [](https://travis-ci.org/kjunichi/mruby-uuid)
Uuid class
## install by mrbgems
- add conf.gem line to `build_config.rb`
```ruby
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'kjunichi/mruby-uuid'
end
```
## example
```ruby
p Uuid.uuid
#=> "f557e3a6-c3a8-4862-8e13-1d17f2d3e87e"
```
## License
under the MIT License:
- see LICENSE file