Published onJune 11, 2022使用 Rust 迈出第一步 rust对学习一种日益广泛使用且越来越热门的新编程语言感兴趣吗? 从此处开始! 打下使用 Rust 构建快速、高效的程序所需的知识基础。
Published onMay 27, 2020关于Rust语言编程范式 twitterrusthaoel上周六做了个关于Rust语言编程范式的直播,然后大家问了我很多编程语言的问题,我就即兴地写了一个PPT,事后我又精修了一下这个PPT,现在分享出来(免攻击声明:纯粹是我个人主观观点,欢迎喷观点,但不要对我进行人身攻击)
Published onMay 27, 2020A native Rust robots.txt parser githubrustA native Rust port of Google's robots.txt parser and matcher C++ library.
Published onApril 17, 2020Rust的编程范式 coolshellrust这篇文章主要对比C++探讨Rust的三大概念:所有权,生命周期和Trait ……另外,这篇文章太长了,不了解C++勿入,容易晕……
Published onApril 1, 2020Rust Lifetime Visualization Ideas rustRust Lifetime Visualization Ideas • The Adamant Programming Language Blog
Published onFebruary 14, 2020Why Discord is switching from Go to Rust golangrustRust is becoming a first class language in a variety of domains. At Discord, we’ve seen success with Rust on the client side and server…
Published onFebruary 4, 2020Rust Language Cheat Sheet rustA single-page Rust resource for people who like high information density.
Published onJanuary 4, 2020推荐下这个rust写的bitwarden的方案 githubrustsecurity不知道群里有没有用1Password或者其他密码管理方案的,推荐下这个rust写的bitwarden的方案,自建 密码在自己手里+能免费解锁premium的功能,带的docker image支持各种架构,有吃灰服务器的扔上去跑一个还不错:https://github.com/dani-garcia/bitwarden_rs
Published onJanuary 4, 2020Interesting articles about Rust telegramrustInteresting articles about Rust. Update irregularly. Maintained by @fanzeyi. Twitter: https://twitter.com/RustReading Archive: https://reading.rs/ Profile picture by poorly drawn lines
Published onNovember 23, 2019Writing an HTTP server in Rust (Part I) rusthttpNow available in Chinese (yes, you read that right)So… You want to write an HTTP server. Well, you’re in luck, The Internet Engineering Task Force (IETF) is here to help us. Whenever they’re not fighting with...