Replies: 1 comment 2 replies
-
My first take here is that much of However, one thing I don't know is that if std were to depend on rsix, and users separately depend on rsix, will we end up with two copies of rsix linked into programs? If so, it might be worth looking into what we could do to avoid that. Another thing to consider is, what are the use cases? I'm tending to think in terms of starting with general-purpose Rust code that isn't specifically written for Mustang, however I'm interested in how others see Mustang being used in practice. |
Beta Was this translation helpful? Give feedback.
-
One thing that would be interesting, would be to expose a safe crate (
rsix
maybe ?) to all program that use our official target.Something like
extern crate rsix;
at the top of the program would give programs access to (mostly) safe abstraction, avoiding the use forlibc
/nix
, although they should work.What is everyone take on that ?
Beta Was this translation helpful? Give feedback.
All reactions