aboutsummaryrefslogtreecommitdiffstats
path: root/src/sleep_file.rs
Commit message (Collapse)AuthorAgeFilesLines
* replace (most) seek() code with read_at/write_atBryan Newbold2017-10-301-7/+9
|
* rustfmtBryan Newbold2017-10-261-27/+30
|
* refactor file/module namesBryan Newbold2017-10-261-0/+203
I had some early confusion around whether SLEEP refered to individual files or the collection of files making a register (it seems to mean the whole register). Will probably need to refactor again.