PinnedUnderstanding Shared-State Concurrency: From C to Rust and BeyondA Deep Dive into the Evolution of Concurrent ProgrammingDec 7, 2023A response icon1Dec 7, 2023A response icon1
📦 CBOM et SBOM : Un besoin stratégique dans l’industrie et la défense, et pourquoi il n’existe…Par Cyprien Avico Toulon, 2025May 27May 27
🦀 Building an Ultra-Robust Network Packet Sniffer in Rust — Episode 2From Raw Performance to Modular, Buffered, Asynchronous CaptureApr 24Apr 24
🦀 Building an Ultra-Robust Network Packet Sniffer in Rust with pcapHow to capture every single packet on your network — with high performance, memory safety, and structured logging.Apr 23Apr 23
Comprendre les versions de Windows XP : SP1, SP2, SP3, x86, x64 et plus encoreVoici une explication complète sur les différentes versions de Windows XP, notamment les notions de SP1, SP2, SP3, x86, x64, 32-bit et…Mar 27Mar 27
Utiliser Windows XP en 2025 : rétrocompatibilité, développement et survie logicielleIntroductionMar 27Mar 27
Simplifying Imports in Rust — Reducing Redundancy in Your ModulesWhen developing in Rust, you often encounter situations where a module and a function have the same name. This can lead to redundant and…Nov 18, 2024Nov 18, 2024
Writing an Efficient Profinet Packet Parser in Rust: Implementation, Error Handling, and…In this article, I’ll walk you through the journey of developing a profinet_parser crate in Rust, covering the implementation of TryFrom…Nov 4, 2024Nov 4, 2024
Deep Dive into Packet Capture with pnet: Understanding Raw Socket Operations in RustIntroductionOct 24, 2024Oct 24, 2024
Network Analysis in Rust: Using the pcap and pnet crates to Capture and Analyze Network TrafficIntroductionOct 24, 2024Oct 24, 2024