Блог*
前往频道在 Telegram
Блог со звёздочкой. Много репостов, немножко программирования. Небольшое прикольное комьюнити: @decltype_chat_ptr_t Автор: @insert_reference_here
显示更多1 927
订阅者
无数据24 小时
+27 天
+130 天
帖子存档
1 927
Как я понял для себя из статьи Амоса, из-за того, что с версии 1.59.0 слева от оператора присваивания может быть паттерн — любой паттерн, в том числе и wildcard, для отбрасывания значения можно использовать не только идиому, которая была ещё с Rust 1.0:
let _ = unused_value;
, но и
_ = unused_value;
Сначала даже подумал, что это синтаксическая ошибка, но нет, это следствие синтаксиса — пусть и несколько необычное.1 927
#prog #rust #article
The HTTP crash course nobody asked for — очередная длинная статья от Амоса о препарировании форматов HTTP 1.1 и HTTP/2.
1 927
const
constexpr
consinit
consteval
constcompute
constconstexpr
constcompiletime
constdangit
constpleaseplease
constthistimeforsure1 927
Repost from N/a
Десять минут отмывала пол. Оказалось, это тень от провода падает.
А у вас как дела?))
1 927
Repost from ИА Панорама
Системы наведения американских ядерных ракет оказались написаны на Javascript
Текст: Борис Гонтермахер
1 927
#prog #rust
MacroKata
Welcome to MacroKata, a set of exercises which you can use to learn how to write macros in rust. When completing each task, there are three goals:
* Get your code to compile without warnings or errors.
* Get your code to "work correctly" (i.e. produce the same output)
* Importantly, generate the same code as what the sample solution does.
You should complete the kata in order, as they increase in difficulty, and depend on previous kata.
1 927
#prog #rust #rustlib #video
Snapshot Testing with Insta 0.16 in Rust
Да, это видео, но всего лишь 13 минут. И оно наглядно демонстрирует, почему вы можете захотеть использовать insta для своих текстов
1 927
#prog #rust #article
Читайте документацию, программисты.
Upgradable parking_lot::RwLock might not be what you expect
Собственно, статья может быть сведена к единственному абзацу из документации parking_lot (конкретно к методу
RwLock::upgradeable_read):
Locks this rwlock with upgradable read access, blocking the current thread until it can be acquired.
The calling thread will be blocked until there are no more writers or other upgradable reads which hold the lock. There may be other readers currently inside the lock when this method returns.1 927
#prog #rust #article
Contention on multi-threaded regex matching
Или о подводных камнях при использование регекспов в Rust из нескольких потоков
1 927
#prog #rust #python #article
Buffers on the edge: Python and Rust
One of my least favorite kinds of bug is when two different systems are interacting and the result has bad behavior but it’s difficult to say which (if either!) system is at fault. This is one of those stories, about Python’s buffer protocol and Rust’s memory model.
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
