第一步,安装rust环境 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ## 设置rust为nightly或者dev都行,不要stable。 rustup default nightly 💡踩个小坑 第一个坑在这里,如果不把rust设置为dev或者nightly后面安装diesel会报错,别问为啥报错,
This branch is 1 commit behind pretzelhammer/rust-blog:master.Folders and files Latest commit pretzelhammer Merge branch 'master' of github.com:pretzelhammer/rust-blog 194352b· Oct 26, 2024 History217 Commits assets add assets Oct 22, 2024 posts Merge branch 'master' of github.com:pretzelhamm...
上线15 年来,GitHub 一直努力给大家提供一个好用的代码搜索引擎,但一直不能如愿。这两年,GitHub 用 Rust 从头开始构建了自己的搜索引擎,专门用于代码搜索领域,并且自发布后已经极大地改善了该平台的代码搜索能力。 1 GitHub 从头构建代码搜索引擎的动机 搜索是工程师最常用的功能之一,谷歌内部曾对工程师做一次调研,...
ast-grep 基于tree-sitter的Rust API,加上ripgrep师出同门的文件遍历库ignore,再加上clap提供 CLI的界...
Rust 的 CI 将使用 GitHub Actions Rust 基础设施团队很高兴地宣布,大部分 Rust 的 CI 正在转向GitHub Actions! 在过去的几年中,编译器贡献者的一个主要痛点就是等待PRs被合并,那是一个漫长的等待过程。而这次将大大改善编译器贡献者的体验。 原文:https://blog.rust-lang.org/inside-rust/2020/07/23/rust-...
A basic web framework for Rust. Subject to be redesigned when issues arise (and when Rust updates) Goals Make a small, extensible micro framework to allow users the freedom to choose whatever external libraries they want Rust Verison I try to keep it up to date with master, but if it eve...
BlogI've written about rrs on my blog, see:Building a RISC-V Simulator in Rust - Part 1 About Rust RISC-V Simulator Resources Readme License View license Activity Stars 33 stars Watchers 2 watching Forks 11 forks Report repository ...
最值得关注的应该是编译器本身 XD 另外 Rust 官方有很多项目,很多以前都是在 std 里面的,现在被拆...
GitHub 热点速览 Vol.35:Let's Go,Rust 大放异彩 摘要:语言之争,一直存在于各类社群,不论是单个编程语言的交流群,亦或是 NoSQL、云开发等技术群,总能看到“要不要换 Go”、“Rust 比 C++ 更强”的影子。撇开语言特性,本周的热点趋势周榜上 Rust 和 Go 开发的项目表现都很良好,比如,搜索引擎:MeiliSearch...
Pingora 是用 Rust 写的异步多线程框架,用于构建可编程网络服务。在内部长期使用中 Pingora 能支持巨大流量,通过开源它将能帮助 Cloudflare 之外的公司构建基础设施。 https://blog.cloudflare.com/pingora-open-source https://github.com/cloudflare/pingora