1 2 3 4 5 6 7
// This is a nested module for testing directory traversal pub mod utils; pub fn process_nested_data() -> String { "Processed nested data".to_string() }