split nihav-registry from nihav-core
[nihav.git] / nihav-registry / src / lib.rs
diff --git a/nihav-registry/src/lib.rs b/nihav-registry/src/lib.rs
new file mode 100644 (file)
index 0000000..915f763
--- /dev/null
@@ -0,0 +1,6 @@
+//! Single place for storing information about container and codec formats.
+extern crate nihav_core;
+
+#[allow(clippy::unreadable_literal)]
+pub mod detect;
+pub mod register;
\ No newline at end of file