split nihav-registry from nihav-core
[nihav.git] / nihav-registry / src / detect.rs
similarity index 99%
rename from nihav-core/src/detect.rs
rename to nihav-registry/src/detect.rs
index a69312438e5d6a9b520aa06e9232651cd9686580..44b6e54c919b074646c167cf9bc94890ff8d6a77 100644 (file)
@@ -21,7 +21,7 @@
 //! }
 //! ```
 use std::io::SeekFrom;
-use crate::io::byteio::ByteReader;
+use nihav_core::io::byteio::ByteReader;
 
 /// Format detection score.
 #[derive(Debug,Clone,Copy,PartialEq)]