spacex / src /handler /mod.rs
neon_arch
⚙️ refactor: change & add documentation to the code based on the lints (#205)
049b1c1
raw
history blame
No virus
225 Bytes
//! 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.
pub mod paths;