Re-exports§
pub use read_file::*;pub use read_multiple_files::*;pub use write_file::*;pub use edit_block::*;pub use create_directory::*;pub use list_directory::*;pub use move_file::*;pub use delete_file::*;pub use delete_directory::*;pub use get_file_info::*;
Modules§
- create_
directory - delete_
directory - delete_
file - edit_
block - get_
file_ info - list_
directory - move_
file - read_
file - read_
multiple_ files - search
- write_
file
Functions§
- start_
server - Start the filesystem HTTP server programmatically
- start_
server_ with_ listener - Start filesystem HTTP server using pre-bound listener (TOCTOU-safe)
- validate_
path - Validates a path to ensure it can be accessed or created