From 1de64a3818875947f7f1044b1d4cfdf271b04fd3 Mon Sep 17 00:00:00 2001 From: Genny Date: Sun, 21 Nov 2021 18:35:57 -0600 Subject: Bring gifprobe into this repository --- src/block/version.rs | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/block/version.rs (limited to 'src/block/version.rs') diff --git a/src/block/version.rs b/src/block/version.rs deleted file mode 100644 index 0171ad4..0000000 --- a/src/block/version.rs +++ /dev/null @@ -1,25 +0,0 @@ -use std::fmt; - -#[derive(Clone, Copy, Debug, PartialEq)] -pub enum Version { - Gif87a, - Gif89a, -} - -impl From<&Version> for &[u8] { - fn from(version: &Version) -> Self { - match version { - Version::Gif87a => b"GIF87a", - Version::Gif89a => b"GIF89a", - } - } -} - -impl fmt::Display for Version { - fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { - match self { - Version::Gif87a => write!(f, "GIF87a"), - Version::Gif89a => write!(f, "GIF89a"), - } - } -} -- cgit 1.4.1-3-g733a5