Move all file operatiosn into a separate file

This commit is contained in:
Igor Katson 2021-06-28 15:17:11 +01:00
parent e0ffb3afe1
commit a799ff1219
4 changed files with 12 additions and 53 deletions

View file

@ -2,7 +2,7 @@ pub mod buffers;
pub mod chunk_tracker;
pub mod clone_to_owned;
pub mod constants;
pub mod files_ops;
pub mod file_ops;
pub mod lengths;
pub mod peer_binary_protocol;
pub mod peer_connection;