2023-09-03 12:23:34 -04:00
|
|
|
//! This module provides modules which provide the functionality to handle paths for different
|
|
|
|
//! files present on different paths and provide one appropriate path on which it is present and
|
|
|
|
//! can be used.
|
|
|
|
|
2023-08-22 12:18:43 -04:00
|
|
|
pub mod paths;
|