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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Are there any useful pure Rust servers/utilities?

3 点作者 lasiotus超过 2 年前
Are there any useful pure Rust servers&#x2F;utilities?<p>Context: I&#x27;m working on an experimental Rust OS, and I&#x27;m doing the &quot;Rust first&quot; approach, i.e. my goal is to make sure that Rust programs with no FFI (but with std) work: it is relatively easy to port Rust std to a new OS without libc. And like, why should I first implement libc, if I&#x27;m not doing another unix clone?<p>However, I can&#x27;t find any pure Rust utilities&#x2F;programs: everything depends on libc or Linux syscalls, either directly or transitively through other deps. I would&#x27;ve expected that by now there would be a ton of pure Rust things, from shells to ssh clients&#x2F;servers to web servers to databases, but I can&#x27;t find anything...

1 comment

thinking_monkey超过 2 年前
This page has a huge list of frameworks, libraries, and software; all written in Rust: <a href="https:&#x2F;&#x2F;awesome-rust.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;awesome-rust.com&#x2F;</a>