Stream: general

Topic: rustix in libstd


view this post on Zulip John Nunley (Oct 22 2023 at 15:40):

Are there any plans to make libstd use rustic’s direct syscalls instead of libc?

view this post on Zulip Dan Gohman (Oct 22 2023 at 19:44):

Not currently. Most of libstd can run under Eyra, so the needed functionality is there, but it'd be a fair amount of work to port all the code to use rustix directly, and it's not known whether the result would be something that anyone would want, as opposed to just being theoretically cool.

view this post on Zulip John Nunley (Nov 03 2023 at 02:04):

Do you know if there is an open issue for it on the Rust repo?

view this post on Zulip Dan Gohman (Nov 15 2023 at 20:06):

No, I don't believe there is one.


Last updated: Nov 22 2024 at 17:03 UTC