-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comparison to rustix
project
#1
Comments
By the same author (@sunfishcode) there is also cap-std, a "Capability-based version of the Rust standard library", which uses rustix behind the scenes and mustang which is a libc replacement also based on rustix. |
Thank you for the hints! I was aware of rustix, but not cap-std and mustang. I will keep an eye on them!
The idea behind Note that this is currently just a dumping ground. I use it for testing bus1 APIs, but most of that isn't even pushed out. If it turns out Lastly, note that I do not intend to support any cross-OS compatibility or portability. This is purely meant as a way to access linux APIs from Rust. It will make heavy use of linux-only features and behavior. |
Hello,
This is not actually an issue, but I see that Github discussions are disabled, so I'm posting here instead.
As far as I understand the goals of the project, it seems very similar to https://github.com/bytecodealliance/rustix I just wanted to make sure you're aware of it. Perhaps there is some opportunity for code reuse between the two.
It also might be helpful to discuss the difference from
rustix
in the README to clarify the project goals.Cheers!
The text was updated successfully, but these errors were encountered: