chmln/handlr

Possibility of a library API?

Plecra opened this issue · 2 comments

It's be really great to have a library that could be used for any application that wants to generically "open" files, or register itself as a default file handler. Since this would include a lot of the logic in handlr, would you have any interest in creating this API?

Rust libraries are generally expected to be cross platform where the API isn't tied to a specific OS. It looks like most of the APIs would be implemented similarly using the Windows registry

chmln commented

@Plecra Yeah that's a good idea and I'm definitely open to it, let me know if you have any specific ideas :)