Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

ylem-ids

The ylem-ids project contains code for working with identifiers, such as generating them via LongIdGenerator and encoding/decoding them using LongIdCodec.

Example

// Generate identifiersLongIdGeneratorids = newSimpleLongIdGenerator();
longid = ids.next();
// Encoding and decodingLongIdCodec<String> codec = newBase62LongIdCodec();
Stringencoded = codec.encode(id);
longdecoded = codec.decode(encoded);

License

This project is licensed under the MIT license, see the file LICENSE.md for details.

About

Generate, encode and decode identifiers

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages