Skip to content

Commit a312b08

Browse files
committed
Added readme.
1 parent 3674b83 commit a312b08

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Keycode-rs
2+
3+
A small utility crate for generating lossy unique ids encoded with base32,
4+
originally developed for the strategy game [Epicinium](https://epicinium.nl).
5+
6+
## License
7+
8+
This library was created by Sander in 't Veld as part of A Bunch of Hacks.
9+
It is made available to you under the MIT License,
10+
as specified in `LICENSE.txt`.
11+
12+
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
13+
14+
## Related repositories
15+
16+
* [epicinium_server](https://github.com/abunchofhacks/Epicinium-server-rs), an asynchronous multiplayer server for Epicinium, written in Rust
17+
* [Epicinium](https://github.com/abunchofhacks/Epicinium), the full source code for Epicinium

0 commit comments

Comments
 (0)