lib.rs
1 day agoRollback allows to atomically create/modify files and to create directories, so the file system won't be affected by these changes unless the Rollback instance is committed. Rollback uses temporary files under the hood. Changes should be applied to those files, as they will be committed to the original paths as soon as the Rollback instance is ...