split nihav-registry from nihav-core
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 20 Feb 2020 10:35:16 +0000 (11:35 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 20 Feb 2020 10:35:16 +0000 (11:35 +0100)
commit32f7cbe538d71574f7ac05aa51599d2678f5db3f
tree27ada919c11200139c5fee4f2f299dde373476fa
parentb4d5b8515e75383b4fc59ea2813c90c615d59a96
split nihav-registry from nihav-core
nihav-allstuff/Cargo.toml
nihav-allstuff/src/lib.rs
nihav-commonfmt/Cargo.toml
nihav-commonfmt/src/demuxers/avi.rs
nihav-commonfmt/src/lib.rs
nihav-core/src/lib.rs
nihav-registry/Cargo.toml [new file with mode: 0644]
nihav-registry/src/detect.rs [moved from nihav-core/src/detect.rs with 99% similarity]
nihav-registry/src/lib.rs [new file with mode: 0644]
nihav-registry/src/register.rs [moved from nihav-core/src/register.rs with 100% similarity]