-
Notifications
You must be signed in to change notification settings - Fork 79
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
example in jaq-core/src/lib.rs fails to compile #251
Comments
Correction: adding Error using the below main.rs:
main.rs:
Cargo.toml:
|
Update: got a working example latest jaq as of 2024-12-31, lmk if helpful to share. I borrowed code from src/main.rs to do so, and it is substantially different from what is documented in src/lib.rs |
Found that the example code that uses the |
The example described in jaq-core/src/lib.rs fails to compile:
Changing each occurrence of
Val::from(x)
toVal::from(x.to_string())
fixes.The text was updated successfully, but these errors were encountered: