TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Rust userland container image with nsh, coreutils, ripgrep

1 点作者 Klasiaster大约 3 年前

1 comment

Klasiaster大约 3 年前
This is a small experiment inspired by the coreutils Rust port, wondering on how far one can get if only Rust tools are used. Currently it only consists of a tiny selection of statically compiled binaries using musl libc but in the future I want to try to compile without musl and use relibc or the mustang approach of skipping libc entirely. Also, currently a lot of common tools are lacking, there is no "ip" nor "ps" installed and a "curl" drop-in is also not present yet. See the TODO list ;)