uuid64rs 0.0.2

UUID v4 (random) Rust crate with an additional custom base 64 encoding which is web and database friendly
Documentation
# uuid64rs

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![Rust](https://github.com/Dragonrun1/uuid64rs/workflows/Rust/badge.svg)](https://github.com/Dragonrun1/uuid64rs/workflows/Rust/badge.svg)
[![codecov](https://codecov.io/gh/Dragonrun1/uuid64rs/branch/main/graph/badge.svg?token=5C77XWIDN0)](https://codecov.io/gh/Dragonrun1/uuid64rs)

UUID v4 (random) Rust crate with an additional custom base 64 encoding which is
web and database friendly.

## Table Of Contents


* [Getting Started]#getting-started
* [Using The Crate]#using-the-crate
* [Examples]#examples
* [Contributing]#contributing
* [Licenses]#licenses

## Getting Started


TODO

## Using The Crate


TODO

## Examples


TODO

## Contributing


Contributors are welcome.
Please note that this project has a [Contributor Covenant Code of Conduct].
By participating in this project you agree to abide by its terms.

All intentionally contributed code will be considered to also be contributed
under a dual licensing of [APACHE] and [MIT] without any additional terms or
conditions.
Please include your information in a comment on all code files for the copyright
etc.

All intentionally contributed documentation or non-code text like this README
etc. will be considered to be contributed under the same [CC-BY-SA] license
without any additional terms or conditions.

Pull requests are always welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update or add tests as appropriate.

## Licenses


All code is licensed under either of the

  * [APACHE] - Apache License, Version 2.0
  * [MIT] - MIT License

at your option.

You can find copies of the licenses in the [LICENSE-APACHE] and the
[LICENSE-MIT] files.
All documentation like this README is licensed under the Creative Commons
Attribution-ShareAlike 4.0 International License (CC-BY-SA).
You can find a copy of the [CC-BY-SA] license in the [LICENSE-CC-BY-SA] file.

[APACHE]: https://opensource.org/licenses/Apache-2.0
[CC-BY-SA]: http://creativecommons.org/licenses/by-sa/4.0/
[Cargo.toml]: https://doc.rust-lang.org/cargo/guide/dependencies.html
[Contributor Covenant Code of Conduct]: CODE_OF_CONDUCT.md
[LICENSE-APACHE]: LICENSE-APACHE
[LICENSE-CC-BY-SA]: LICENSE-CC-BY-SA
[LICENSE-MIT]: LICENSE-MIT
[MIT]: https://opensource.org/licenses/MIT
[Rust]: https://www.rust-lang.org/
[cargo-edit]: https://crates.io/crates/cargo-edit

<hr>
Copyright &copy; 2020, Michael Cummings<br/>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>