epicinium_keycode 1.2.0

A small utility crate for generating lossy unique ids encoded with base32.
Documentation
/*
 * Part of epicinium_keycode
 * developed by Sander in 't Veld.
 *
 * Originally developed by A Bunch of Hacks
 * as part of Epicinium.
 *
 * Copyright (c) 2018-2022 Sander in 't Veld
 *
 * License: MIT.
 *
 * [authors:]
 * Sander in 't Veld (sander@abunchofhacks.coop)
 */

/// Utility methods for converting bitstring to and from Base32.
pub mod base32;

/// Utility methods for creating keycodes.
pub mod keycode;