Mozilla: The creators of Rust have used the language in the development of their web browser, Firefox. The Servo project, a prototype web engine written in Rust, has been integrated into Firefox for improved pe
Language creators learned their lesson and created Rust, a modern alternative to C that fixes many of the problems (e.g. related to memory management and or multi-thread programming) in programming languages. We are thrilled to see it replacing C in some use cases....
Mozilla is revising its Rust language’s compiler to achieve faster-compiling, faster-running, and more precisely type-checked code. The changes, as outlined in a blog post that went live yesterday, involve what Rust’s creators call midlevel intermediate representation (MIR). It’s an additiona...
Rematch 不再需要 action types、action creators、switch 语句或 thunks,体积不到 1.4k。 Remotion利用React 等前端技术创建视频/动画 Remotion 是一个利用 React 等前端技术创建视频/动画的工具。你可以使用 React 和 TypeScript 编写视频并通过浏览器按照时间线查看视频。 Axios一个基于 promise 构建的网络请求库 ...
Oliver Gould (@olix0r), CTO at Buoyant and one of the creators of Linkerd, joins Lachie Evenson (@LachlanEvenson) to talk about Rust – which was ranked the "the most loved programming language" in StackOverflow's 2019 Devel
creator of The Rust FFI Omnibus, a member of the Rust Infrastructure Team, and the top contributor on the Rust tag on Stack Overflow. Together, Carol and Jake cofounded Integer 32, the world's first Rust consultancy, and they're the creators of Manning's liveVideo course,Rust in Motion....
“We [the language creators] do not intend [for Rust] to be 100% static, 100% safe, 100% reflective.” Dazzling, intricate, sophisticated 从后端开始 Google搜索“Rust web framework“,排在最前面的是Rocket。我进入这个网站,发现文档的示例都一目了然。
代码仓库:zed-industries/zed: Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. (github.com) AppFlowy ⭐️ Notion 的开源替代品 ⭐️ 代码仓库:AppFlowy-IO/AppFlowy: AppFlowy is an open-source alternative to ...
zed - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. Text processing ashvardanian/stringzilla - SIMD-accelerated string search, sort, edit distances, alignments, and generators for x86 AVX2 & AVX-512, and Arm NEON cchexcode/complate - An in-terminal...
If you’re curious about how to use LLVM libraries to build a language, LLVM’s creators have a tutorial, using either C++ or OCAML, that steps you through creating a simple language called Kaleidoscope. It’s since been ported to other languages: Haskell: A direct port of the o...