You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an option to use xh as a crate in my Rust code rather than as a command line application? I've seen #95 but looks like there have been no comments on it and that issue is over 1.5 years old so I'm not sure what has changed since then.
The text was updated successfully, but these errors were encountered:
What kind of Rust code were you planning to pull xh as a crate rather than reqwest? Answering that question would help us figure out how to approach the librarification of xh.
Currently, these are the use cases I can think of:
Allow users to build an Interactive version of xh similar to httpie-prompt
Another option is to extract certain parts of xh into their own crate, e.g, the nested-json module, which can be used to build a general-purpose JSON tool similar to https://github.com/jpmens/jo
With that being said, can we close this issue and continue this discussion in #95? Thanks
Is there an option to use
xh
as a crate in my Rust code rather than as a command line application? I've seen #95 but looks like there have been no comments on it and that issue is over 1.5 years old so I'm not sure what has changed since then.The text was updated successfully, but these errors were encountered: