Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stephanbuys opened this issue Dec 7, 2016 · 2 comments
Open

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

stephanbuys opened this issue Dec 7, 2016 · 2 comments

Comments

@stephanbuys
Copy link

stephanbuys commented Dec 7, 2016

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.

@dflemstr
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants