Searching...
Searching...
Found 122398 results
ZhangHanDong
Resolves Rust ownership, borrowing, and lifetime errors including E0382, E0597, and move semantics issues.
ZhangHanDong
Optimizes software performance through profiling, benchmarking, and low-level techniques like SIMD and cache management.
ZhangHanDong
Provides Rust concurrency utilities for managing threads, async operations, and synchronization to prevent deadlocks and race conditions.
ZhangHanDong
Resolves Rust compiler errors (E0277, E0308, E0599) related to generics, traits, and zero-cost abstractions.
ZhangHanDong
Provides safe Rust code refactoring via LSP analysis, supporting rename, move, and extract operations with multilingual command triggers.
ZhangHanDong
Enables development of IoT applications with device communication, sensor data processing, and edge computing integration.
ZhangHanDong
Visualizes Rust project dependencies in ASCII art for clear dependency graph representation.
ZhangHanDong
Provides Rust code style guidelines and best practices for naming, formatting, and code reviews using clippy and rustfmt tools.
ZhangHanDong
Visualizes Rust function call graphs via LSP, enabling developers to explore call hierarchies and relationships in code.
ZhangHanDong
Comprehensive guide to Rust error handling patterns including Result usage, panic decisions, and custom error propagation.
ZhangHanDong
Explores Rust trait implementations using LSP, enabling users to find which types implement a trait or which traits a type implements.
ZhangHanDong
Guides developers on selecting and using Rust smart pointers (Box, Rc, Arc) for resource management, reference counting, and heap allocation.
ZhangHanDong
Provides utilities for building command-line applications with argument parsing, subcommands, and interactive TUI features.
ZhangHanDong
Provides daily, weekly, and monthly Rust programming language news and reports for developers and enthusiasts.
ZhangHanDong
Experimental framework for conducting three-layer parallel meta-cognitive analysis, triggered by specific command phrases.
ZhangHanDong
Manages resource lifecycles in Rust using RAII, Drop, and scope guard patterns for safe cleanup and connection pool design.
ZhangHanDong
Generates documentation-focused skills for Rust crates and std library, enabling context-aware assistance for Rust developers.
ZhangHanDong
Provides domain-specific utilities for handling financial operations including currency, transactions, and precision calculations in fintech applications.
ZhangHanDong
Assists in creating domain models using Domain-Driven Design, including entities, aggregates, and business rules.
ZhangHanDong
Provides Rust tooling and utilities for developing embedded systems without the standard library, targeting microcontrollers and bare-metal environments.
ZhangHanDong
Provides intuitive mental models and analogies to help learners grasp Rust's ownership and borrow checker concepts, especially for those transitioning from other languages.
ZhangHanDong
Provides up-to-date information on Rust versions, crate details, and documentation from crates.io and docs.rs.
ZhangHanDong
Identifies common code anti-patterns, pitfalls, and bad practices during code reviews to enhance maintainability and quality.
ZhangHanDong
Assists with Rust crate ecosystem integration, dependency resolution, and interoperability with C/Python, including common errors and recommendations.