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

サーバーの情報

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

最近 (というほどでもないけど) 嬉しかったのは core::ops::RangeBounds::contains() が安定化されたのとかですね。
これで Range{,Full,From,To,Inclusive,ToInclusive} を一括で扱えるようになった

core::ops::RangeBounds - Rust
doc.rust-lang.org/stable/core/

doc.rust-lang.orgcore::ops::RangeBounds - RustAPI documentation for the Rust `RangeBounds` trait in crate `core`.
らりお・ザ・何らかの🈗然㊌ソムリエ

core::slice::SliceIndex - Rust
doc.rust-lang.org/stable/core/

次に安定化されてほしいのは core::slice::SliceIndex の各メソッドですね。
これらが安定化されると、スライス的に振る舞うオレオレ型への Index trait の実装がかなり楽になる

doc.rust-lang.orgcore::slice::SliceIndex - RustAPI documentation for the Rust `SliceIndex` trait in crate `core`.