jhspetersson / fselect

Find files with SQL-like queries
https://fselect.rocks
Apache License 2.0
4.02k stars 85 forks source link

Need lib.rs to include fselect as a library in another Rust binary #137

Open Lilit0x opened 1 year ago

Lilit0x commented 1 year ago

I love what you're doing, I'll love to incorporate your binary as a library into a binary I am working on. What is the best way to go about it? Would you mind including a lib.rs file in the code for this purpose? Thanks

shah commented 1 year ago

Great idea @Lilit0x - having it as a Rust crate would be fantastic.

mitulagr2 commented 1 month ago

I can take this if you'd like!