From 63cd5d0a8d3f77c0267f12a6aef52533cc2f7d09 Mon Sep 17 00:00:00 2001 From: Kaiden Fey Date: Sun, 25 Oct 2020 05:36:08 +0100 Subject: Adding a whole lot of shit (octopus and supergit) --- supergit/src/files.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 supergit/src/files.rs (limited to 'supergit/src/files.rs') diff --git a/supergit/src/files.rs b/supergit/src/files.rs new file mode 100644 index 0000000..681b887 --- /dev/null +++ b/supergit/src/files.rs @@ -0,0 +1,7 @@ + +pub type FileId = usize; + +/// A file to have ever existed in a git repo +pub struct File { + id: FileId, +} -- cgit v1.2.3