Skip to content

Lightweight encoding and decoding for numberized ids to shorter url-allowed string.

License

Notifications You must be signed in to change notification settings

rosecoder/feather-id-coding-swift

Repository files navigation

FeatherIDCoding

Lightweight encoding and decoding for numberized ids to shorter url-allowed string.

Usage

import FeatherIDCoding

const a = FeatherEncoder().encode(id: 5719739598897152)
// a is "KKXAd"

const b = FeatherDecoder().decode(id: "KKXAd")
// b is 5719739598897152

About

Lightweight encoding and decoding for numberized ids to shorter url-allowed string.

Resources

License

Stars

Watchers

Forks

Languages