summaryrefslogtreecommitdiff
path: root/src/server.rs
AgeCommit message (Expand)AuthorFilesLines
2020-10-14refactor: rename Chunk to DataChunkLars Wirzenius1-3/+3
2020-09-18use to_string method for ChunkId instead of format! macroLars Wirzenius1-1/+1
2020-09-18feat: add a rudimentary chunk server main programLars Wirzenius1-3/+9
2020-09-18feat: representations of responses for server operationsLars Wirzenius1-0/+78