mastodon.cardina1.red は、数々の独立したMastodonサーバーのうちのひとつです。サーバーに登録してFediverseのコミュニティに加わってみませんか。

サーバーの情報

3
人のアクティブユーザー

らりお・ザ・何らかの🈗然㊌ソムリエ

Compile Times - The Rust Performance Book
nnethercote.github.io/perf-boo

ローカルで Rust をビルドするだけなら、 ~/.cargo/config に

[target.x86_64-unknown-linux-gnu]
rustflags = ["-Clink-arg=-fuse-ld=lld"]

みたいなのを入れとくといいです (リンクが速くなる)

nnethercote.github.ioCompile Times - The Rust Performance Book