Live data from Hacker News

Show HN: RustyBox – a Busybox fork written in Rust

github.com

31–40 of 56 posts

Re: Show HN: RustyBox – a Busybox fork written in Rust

#31

Earlier quoted context omitted.

`unsafe` is already very prevalent in the ecosystem and this is a big point of contention. https://github.com/actix/actix-web/issues/289

This would be anecdotal, and caused massive stir in the community when it was realized.

And a lot of the usages were promptly fixed when people made a stink about it.

Re: Show HN: RustyBox – a Busybox fork written in Rust

#33
post #9

If this started with BusyBox translated from C to Rust, is this code also under the GPL, as is BusyBox? I don't see any LICENSE or COPYING files in the repo.

Yes, it is a derived work, automatic translation (or even any kind of translation) does not create a new work.

Re: Show HN: RustyBox – a Busybox fork written in Rust

#39

What is this used for? I am interested in contributing

Out of curiosity, how does one become interested in contributing to a thing when one doesn't even know what the thing is?

Fair point. It looks cool so I am interested. I am also a Rust beginner

Re: Show HN: RustyBox – a Busybox fork written in Rust

#40

What is this used for? I am interested in contributing

busybox provides coreutils, with a focus on being as stripped-down as possible. in other words, busybox provides binaries like cat, ls, nano, sudo, etc. (basically enough to be able to do shell scripting) for use in memory-constrained embedded linux systems like internet routers or in-vehicle infotainment systems.

Gotcha. Might be out of my league
Post reply on HN