Security, Rust, and AI Engineering Notes

This blog covers malware analysis, Rust, AI tooling, and harness engineering. Posts are organized in Korean and English around document malware research, Rust learning guides, and practical writing about AI system operations.

Focus Areas

Recent posts

Rust 10. Testing in Rust

3 minute read

Beginner-friendly Rust testing guide to cargo test, unit tests, integration tests, assert_eq!, and Result-based tests.