অধ্যায় 12
একটি I/O Project: Command Line Program
An I/O Project: Building a Command Line Program
এই অধ্যায়ে আমরা minigrep বানাব — Unix-এর grep-এর simplified version। File-এ একটা search string খুঁজে যেসব line-এ পাওয়া যায়, সেগুলো print করবে।
এতদূর শেখা concept-গুলো এক real project-এ প্রয়োগ করব — command-line argument parsing, file reading, error handling, modularity, library/binary split, test driven development, environment variable, এবং stdout-vs-stderr। ছোট হলেও এটা সম্পূর্ণ Rust project।