Skip to content

Commit

Permalink
Add links to implementations in other lanugages (#49)
Browse files Browse the repository at this point in the history
* Add links to implementations in other lanugages

The Go library is the reference implementation, though not everyone uses Go.
That's why it's useful to link to other implementations so people can use KSUID
in the language of their choice.

* README; move the implementations in other languages to the bottom
  • Loading branch information
tasn authored Jul 14, 2021
1 parent bf376a7 commit a17d234
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,14 @@ $ ksuid -f template -t '{ "timestamp": "{{ .Timestamp }}", "payload": "{{ .Paylo
{ "timestamp": "107611700", "payload": "67517BA309EA62AE7991B27BB6F2FCAC", "ksuid": "0uk1Ha7hGJ1Q9Xbnkt0yZgNwg3g"}
```
## Implementations for other languages
- Python: [svix-ksuid](https://github.com/svixhq/python-ksuid/)
- Ruby: [ksuid-ruby](https://github.com/michaelherold/ksuid-ruby)
- Java: [ksuid](https://github.com/ksuid/ksuid)
- Rust: [rksuid](https://github.com/nharring/rksuid)
- dotNet: [Ksuid.Net](https://github.com/JoyMoe/Ksuid.Net)
## License
ksuid source code is available under an MIT [License](/LICENSE.md).

0 comments on commit a17d234

Please sign in to comment.