rq icon indicating copy to clipboard operation
rq copied to clipboard

Question: can rq be used as a library over standard iterators?

Open stephanbuys opened this issue 8 years ago • 2 comments

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.

stephanbuys avatar Dec 07 '16 09:12 stephanbuys

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.

dflemstr avatar Dec 10 '16 17:12 dflemstr

I think now you should be able to use it as a dependency, given that the V8 dependency is gone.

dflemstr avatar Nov 20 '19 21:11 dflemstr