Farmadupe / vid_dup_finder

vid_dup_finder
Apache License 2.0
7 stars 1 forks source link

Create crates.io release and move library to different workspace #1

Closed qarmin closed 2 years ago

qarmin commented 3 years ago

Hi, Looks that your project allows to use duplicated videos, but currently I couldn't find any method how I could integrate it with my app Czkawka.

I suggest to move library to different workspaces and after that publish it in crates.io.

Currently also when I tried to compile app, I found that it require nightly Rust, which sadly prevents me from using it.

Farmadupe commented 2 years ago

Hello, sorry for the late reply!

As you have suggested, I have split up the codebase into a library and an application, and published both to crates.io this repository now only contains the gui/cmdline application.

I have also removed the need for a nightly compiler, and performed other refactorings. I have also written documentation for the lirbary.

The source for the library is now located here: https://github.com/Farmadupe/vid_dup_finder_lib