Contents

scru64/swift-scru64

SCRU64 ID offers compact, time-ordered unique identifiers generated by

Add swift-scru64 as a package dependency

To add this library to your Xcode project as a dependency, select File > Add Packages and enter the package URL: https://github.com/scru64/swift-scru64

To use this library in a SwiftPM project, add the following line to the dependencies in your Package.swift file:

.package(url: "https://github.com/scru64/swift-scru64", from: "<version>"),

And, include Scru64 as a dependency for your target:

.target(
  name: "<target>",
  dependencies: [.product(name: "Scru64", package: "swift-scru64")]
)

License

Licensed under the Apache License, Version 2.0.

See also

Package Metadata

Repository: scru64/swift-scru64

Default branch: main

README: README.md