Tag - Rust

unsafe 与未定义行为(UB

unsafe 与未定义行为 UB

RustUBunsafe
May 19, 2026

ByteTrack 卡尔曼滤波边界框计算

从卡尔曼状态向量计算边界框的实现解析

ByteTrack卡尔曼滤波多目标跟踪
May 6, 2026

行为检测系统中的 IOU 计算

Rust目标检测IOU
May 6, 2026

High-rank trait bound

High-rank trait bound (HRTB) in Rust

RustTraitHRTB
March 24, 2026

运行 Ironclaw

本地环境搭建Ironclaw

RustPostgresIronclaw
March 23, 2026

Rust的规则:所有权、引用和生命周期

Rust的规则:所有权、引用和生命周期

RustProgramming LanguageMemory Safety
March 18, 2026

Rust 语言概述

Rust 语言概述

RustProgramming LanguageMemory Safety
March 18, 2026

Display and Debug Traits in Rust

Display and Debug Traits in Rust

DisplayDebugRust
July 19, 2025

Rust 笔记

Rust is a systems programming language focused on safety, speed, and concurrency. It uses a unique ownership model to manage memory without a garbage collector.

RustProgrammingSystems Programming
June 11, 2025

Blanket Implementation 与 Trait Bound 完全指南

A comprehensive guide to Rust's trait system, covering blanket implementations and trait bounds with practical examples. Explores advanced patterns, performance implications, and standard library internals.

RustType SystemTraits
May 15, 2025

PartialEq与Eq:深入理解相等性比较的差异与实现

全面解析Rust中PartialEq与Eq特质的区别,从数学定义到实际应用场景,帮助开发者正确实现和使用这两种相等性关系。

RustTrait相等性比较
May 3, 2025

must_use

Rust官方文档对#[must_use]属性的完整说明,包含类型、函数、trait等场景的应用规范。

Rust编译器代码规范
May 3, 2025

Send与Sync:深入解析

全面解析Rust中Send与Sync特质的工作原理、实现机制及实际应用场景,涵盖自动实现规则、手动实现要点以及常见并发模式的最佳实践。

Rust并发编程线程安全
May 3, 2025

Send与Sync:代码示例

通过基础代码示例演示Send特质的所有权跨线程转移和Sync特质的共享不可变数据访问。

Rust多线程所有权转移
May 3, 2025

RewardInfo in agave

Solana 账户获得的奖励信息。

RustTraitagave
May 3, 2025

Clone + Send + Sync的三重约束

trait AppendVecScan: Send + Sync + Clone

RustTrait系统所有权模型
May 3, 2025

型变三法则:协变 vs 逆变 vs 不变

剖析Rust类型系统中协变(&T)、逆变(fn(T))和不变(&mut T)的核心区别,掌握安全泛型编程的关键规则。

Rust类型理论泛型
May 3, 2025

Rust编译时与运行时代码:核心特征与实用指南

深度解析Rust语言中编译时(compile-time)与运行时(runtime)代码的执行机制与判断方法,包含实际案例和优化技巧。

Rust编译器性能优化
May 2, 2025

AIGC Hoopics

AIGC Hoopics is a comprehensive and general-purpose AI-generated content service. It is designed for scalability, flexibility, and efficiency, leveraging the power of Rust and Shell scripting to empower users in creating and managing AI-powered solutions.

AIGCRustShell
May 1, 2025

hoopics-admin-restful-api

A performant admin backend for hoopics image sharing platform, rebuilt in Rust with Actix-Web and Diesel ORM. Features multi-database support and follows EggJS-inspired architecture.

RustWeb DevelopmentActix-Web
May 1, 2025