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
I enjoyed your presentation and hope to be able to test the mentioned gui client when released (no pressure).
For non-rusteans, the installation paragraph of the readme might be less than obvious, as the bullet formatting might be believed to indicate to do both, when in fact, they are mutually exclusive.
The cargo.toml file modification is only for using this crate as a dependency of another program, not for the CLI install (I have seen a colleague fall for this trap).
I would recommend extracting the cargo.toml subsection of the installation section or specify something like 'To use this crate as a lib in your executable (not in the console)' in this section.
Best,
The text was updated successfully, but these errors were encountered:
@samusz, thanks for submitting the issue. I am happy you enjoyed the presentation :-)
If I understood it correctly, the Readme should be more precise about using the library and installing the CLI. I am opening a draft PR to work on this and will link it to this issue.
Hi,
I enjoyed your presentation and hope to be able to test the mentioned gui client when released (no pressure).
For non-rusteans, the installation paragraph of the readme might be less than obvious, as the bullet formatting might be believed to indicate to do both, when in fact, they are mutually exclusive.
The
cargo.toml
file modification is only for using this crate as a dependency of another program, not for the CLI install (I have seen a colleague fall for this trap).I would recommend extracting the cargo.toml subsection of the installation section or specify something like 'To use this crate as a lib in your executable (not in the console)' in this section.
Best,
The text was updated successfully, but these errors were encountered: