GitXplorerGitXplorer
t

SwiftKSUID

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
b9a284428f5db8543c27ff9b4d890eb100a780c0

add workflow and use FoundationEssentials (#1)

ttoffaletti committed 3 months ago
Unverified
4b39f6a5f9e3e0712de6e62befac8c485282f357

swift 6 support

ttoffaletti committed 3 months ago
Unverified
f203dff014024b2ed9e4da5b3f220eaf1124b5e0

use benchmark package

ttoffaletti committed 7 months ago
Unverified
fcda55ede470e41787bcf1c0b01d7c76210e6eb9

update to swift 5.10, using swift-testing package

ttoffaletti committed 7 months ago
Verified
f5d8e0d957c5ab021d7d8dd0a5686fc9dffea3d2

Create LICENSE

ttoffaletti committed 3 years ago
Unverified
db41d72b7ecdbcb5e7cb679e9c68fe27416b48f7

add docc

ttoffaletti committed 3 years ago

README

The README file for this repository.

SwiftKSUID

KSUID implementation for Swift.

import SwiftKSUID

let k = KSUID()
print(k)

25rmV7rssGHN3Bi9zpeqyZZASrC

import SwiftKSUID

let k = try KSUID("25rmV7rssGHN3Bi9zpeqyZZASrC")
print(k.timestamp)
print(k.payload.base64EncodedString())

2022-03-03 07:46:39 +0000

8HIkaqwzf22H9wm8/B1z0g==