rq
rq copied to clipboard
Question: can rq be used as a library over standard iterators?
Hi, it would be awesome to use all the familiar lodash functions on arbitrary data if the right format of data was presented in memory?
I also have a usecase where it would be great to use a textual representation of the query (also embedded in a rust app, or read from a config file) as per the cli.
To clarify, right now it can't! But it depends on V8 which is a huge dependency, I'm not sure if that's good for a library.
I think now you should be able to use it as a dependency, given that the V8 dependency is gone.