Small Strings in Rust
#rust
通过解析1000行JSON字符串到String,SmolStr和SmartString,看看他们的性能和内存特征。干货文章
https://fasterthanli.me/articles/small-strings-in-rust
wasmer到达50000下载量
#rust #wasm
Wasmer是一个独立的JIT WebAssembly运行时,旨在与Emscripten,Rust和Go完全兼容。Wasmer运行时可用作嵌入不同语言的库,可以在任何地方使用WebAssembly。
https://developers.facebook.com/blog/post/2020/06/03/build-smart-bookmarking-tool-rust-rocket/
使用actix构建身份验证服务
#rust
https://www.youtube.com/watch?v=AH2P7Vc0N9s&feature=youtu.be
选择一个Rust web框架,2020年版
#rust #framework
作者对目前主流的四个rust web框架对比
-
actix-web
-
rocket
-
tide
-
warp
https://www.lpalmieri.com/posts/2020-07-04-choosing-a-rust-web-framework-2020-edition/
使用Rust和GLSL进行pixel shader创作
#rust #graphics
作者分享他使用Rust和GLSL进行pixel share创作的获奖项目,用了不到4k的代码。
https://www.codeslow.com/2020/07/writing-winning-4k-intro-in-rust.html
From 日报小组 格朗