惯性聚合
高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文
在惯性聚合中打开
即将跳转到惯性聚合
3
在聚合应用中查看完整内容和互动
立即跳转
取消
推荐订阅源
P
Proofpoint News Feed
Hacker News: Ask HN
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
T
Troy Hunt's Blog
www.infosecurity-magazine.com
cs.CL updates on arXiv.org
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX - 技术
N
News and Events Feed by Topic
A
Arctic Wolf
小众软件
雷峰网
Hacker News - Newest: "LLM"
量
量子位
WordPress大学
有赞技术团队
C
Comments on: Blog
博
博客园_首页
云风的 BLOG
Last Week in AI
Project Zero
G
Google Developers Blog
cs.AI updates on arXiv.org
H
Help Net Security
MongoDB | Blog
Forbes - Security
Application and Cybersecurity Blog
D
DataBreaches.Net
Hugging Face - Blog
AI
cs.CV updates on arXiv.org
Help Net Security
T
The Blog of Author Tim Ferriss
博
博客园 - 三生石上(FineUI控件)
L
LINUX DO - 最新话题
L
Lohrmann on Cybersecurity
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
S
SegmentFault 最新的问题
The Last Watchdog
酷 壳 – CoolShell
Stack Overflow Blog
Cisco Talos Blog
T
The Exploit Database - CXSecurity.com
V
Visual Studio Blog
The Rust Programming Language Forum - Latest posts
Arcly-http (v0.1.2) — Bringing NestJS ergonomics and zero-lock DI to Axum
Purrgress: A zero-allocation state-machine and animation queue library driven by procedural macros
Rust and Tauri SDK for licensing your apps
Design discussion: Building a cross-platform app store engine with a unified Core and OS compatibility layers
Hey can y'all debug this for me 🥹, I'm 13 and this is my first time vibe coding in rust, idk if the AI give me a normal code so I could launch it as .apk file, my idea is to make a launcher since Quickstep is kinda boring
Soundly turning &mut [MaybeUninit<u8>] into &mut [u8] with garbage
What is "cargo gnu"?
Is it possible to implement TryFrom with a generic type?
Async without tokio
Convert 80 bit IEEE Std 754 floating point number to f64
Latest stable release for `ordinary` and `ordinaryd`: v0.7.0
Lz4rip: safe Rust LZ4 on par with C impl
How does ling-lang compare to other languages?
Docs.rs - build on multiple toolchains
A great Crossterm material for begginers
Read/write vs stream
[Beginner] Trait Dependency Cycle Error E0391
Tokio-console showing delayed/old information?
Is there a good reason repr(Rust) doesn't guarantee it will "pass through" identical layouts?
Crate of the Week
A proper crossterm study material needed
ArchUnit equivalent for Rust (arch_unit_rs)?
Taskvisor 0.2: event-driven task supervision for Tokio (restart policies, backoff, event bus)
Cast variable size data from SPI to array of structs
Self Download vs. Certified Crates?
Rscrypto 0.4 adds constant-time release-gate pipeline
TWiR quote of the week
[Project Feedback] AKKU — declarative system configuration tool, looking for architecture feedback before v0.1
Rust release workflow for multi-crate workspaces - dependency version propagation?
Building a dynamic query in SQLx with `optional_field::Field`
Confused about Send, Arc, and Mutex when passing dyn trait function parameters
An independent Rust developer seeks guidance and hardware support
What's everyone working on this week (24/2026)?
Keyring-core churn
`erra` - type-preserving error annotation for `Result<T, E>`
Looking for feedback on open-source Rust PoW blockchain social network
An Introduction to Programming using ECS & EBP, in Rust
The decimal benchmark that exposes a hidden cost: parse
RLib — A zero-overhead precompiled crate manager to reduce compile times and disk usage
KGet 1.7.0 – download manager crate with redesigned GUIs, new builder API, WebDAV, yt-dlp, and bug fixes
Cargo install re-downloads and builds everything
Really strange output difference between 2 loops
What's everyone working on this week (22/2026)?
Iced + Canvas + Update Fn: Does canvas update if state does not actually change
This does not make sense (error borrowed value does not live long enough)
Cloakrs 0.3.0, a Blazing Fast Rust PII scanner and redaction toolkit
Permission denied
What are compile flags that will speedup compile time in debug build?
Set a duration on event
Holt 0.3.2: an embedded persistent ART for path-shaped metadata
Is this realistically beneficial at all compared to just a map iterator that converts?
Help on implementing subclasses
Regarding bubble sort & sort api
How to implement Vec extend_from_within
Fontconfig crate revamp
Regarding AI discussions on URLO
How to constrain types where `AsRef` and `AsMut` point to the same data?
A rust wasm online ide ;for fun
What's everyone working on this week (21/2026)?
Rust Function Call with one Param
Iced + Canvas + Text: How do I create a style for canvas text
Sandboxed wrappers for Cargo and rust-analyzer on Linux
"Value dropped while borrowed" as a lifetime mismatch
Weird `use of moved value` behaviour
Slightly surprising behavior of a while loop
Clap: how to disable options after a certain positional argument
How do i tell rust-analyzer what kind of bracket to use for a macro?
Iterator + Borrow Checker: Work around borrowing already borrowed mutable variable
Requesting data via mavlink
SKILLS.md for Rust development
🧵 Stringlet UTF-8 Hack Option Niche?
Iterator + Map - How do divide every element, including the last element, by the last element
Why can't we store returned value of a function in a variable if one of the parameters goes out of scope
My first crate :D, floop: A more convenient and less error prone replacement for loop `{ select! { .. }}`
Sorting is slow because architectures are wrong — zan-sort redesigns the architecture, not the algorithm
Iced Font - Create a custom monospace font to display dollar amounts
Is the UnsafePinned RFC wrong about being able to return `&mut T` from `get_mut_unchecked`?
Fixing Polars 0.37 compilation errors: Hashbrown 0.17 dependency conflict and decimal parsing
Any plans for improving error diagnostic in Rust 2.0?
How do I build completely offline?
Is `&mut T -> &mut ManuallyDrop<T>` well-defined and sound?
Would you use this? — fixtura, declarative fake data injection for tests
Foreign trait restrictions on native types make generics hard to use
Cargo Exclude Directive
Compiler reasoning around a modulo counter
Multiple mutable references to elements within one vector
Handling non-`Send` data in a `Send` closure
Review: Static Multi Pool Allocator
Rmquickjs - High-level MicroQuickJS bindings for Rust
Iced + Rusqlite + Chrono: Problem with custom error type
Why can't the Rust compiler infer the T type parameter in this BTreeMap::range call?
Beginner building a Rust backend framework (AI-assisted) — feedback appreciated
C++ to Rust -- Exceptions
Re-exporting a trait with a custom derive_macro
Gold linker is deprecated
Why is using PhantomData valid in this case?
Code review for Static Pool Allocator
Discussion on Synchronous Crate Concurrency Refactor using Stackful Coroutines Model in Rust
Can a future used only by `async fn` assume it won't be polled again after becoming ready?
High-performance `fast-powi` crate
Need critics for my external DSL
1nuxiuz
·
2026-06-12
·
via
The Rust Programming Language Forum - Latest posts
How would importing a png file called use foo::{}bar as baz} look like?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。
原文来自
— 版权归原作者所有。