Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to implementations in other lanugages #49

Merged
merged 2 commits into from
Jul 14, 2021

Conversation

tasn
Copy link
Contributor

@tasn tasn commented May 26, 2021

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.

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.
@aaryankotharii
Copy link

Hi @tasn, are you aware if there is any KSUID implementation in Swift ?

@tasn
Copy link
Contributor Author

tasn commented Jun 30, 2021

There is one on github, but with 0 stars, and haven't been developed in a while, so I didn't want to include it.

@tasn
Copy link
Contributor Author

tasn commented Jun 30, 2021

Btw, @rbranson, would you mind taking a look at this? It's an easy review.

@abraithwaite
Copy link

Not sure if @rbranson has merge access to this repo anymore. I don't have strong feelings about this personally, although if we do add it, I don't personally feel that it warrants being before the description about what a KSUID is.

@achille-roussel: what do you feel?

@tasn
Copy link
Contributor Author

tasn commented Jun 30, 2021

Thanks for the feedback @abraithwaite! I can move it wherever, I just put it next to the "Install" so it's next to the Go one. Though I can also see a strong case for moving it elsewhere. Let me know where and I'll move it.

@achille-roussel
Copy link
Contributor

Agree with @abraithwaite that we should probably put this further down in the README 👍

@tasn
Copy link
Contributor Author

tasn commented Jul 14, 2021

I moved it all the way to the bottom. Let me know if there's anything else you'd like me to change.

Copy link
Contributor

@achille-roussel achille-roussel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@achille-roussel achille-roussel merged commit a17d234 into segmentio:master Jul 14, 2021
@tasn
Copy link
Contributor Author

tasn commented Jul 14, 2021

Thanks for reviewing!

tasn added a commit to tasn/ksuid that referenced this pull request Jan 29, 2022
When I created segmentio#49 I used the rust implementation that I thought was best
based on looking at github/crates.io

Though having actually used it now, it's very much lacking, so I ended up
implementing a new one that has a saner internal representation, integrates
with the rest of the Rust ecosystem, and tests a good chunk of the KSUID
value space for correctness, as can be seen in:
https://github.com/svix/rust-ksuid/blob/main/tests/test_kuids.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants