1 2 3 4 5 6 7 8 9 10
// This is a Rust file in the nested directory fn example_function() -> String { "Hello from nested directory".to_string() } fn find_pattern() -> bool { // This contains a searchable PATTERN true }