-
Notifications
You must be signed in to change notification settings - Fork 542
Closed
Description
wish list of included documentation:
- the fact that they exist
- a listing of or pointer to a list of the crates that are live and/or available
- a way to find out what versions are latest and which are available
- no need for
extern crate
like many top solutions have - the need to upload Cargo.toml (not Cargo.lock, contrary to the error message) and the solution file at the same time
example 5d ago iteration, where they seemed to give up on using the rand crate, which was available at the time:
https://exercism.org/tracks/rust/exercises/diffie-hellman/solutions/p1way
example 6d ago iteration, where user got a failure, then uploaded Cargo.lock (likely per the error message), then also got a failure when including Cargo.toml with Cargo.lock, and then seemed to give up --- I suspect (but am too lazy to check) that including Cargo.lock caused the failure:
https://exercism.org/tracks/rust/exercises/diffie-hellman/solutions/viet-nv
coriolinus, SleeplessByte and mooja
Metadata
Metadata
Assignees
Labels
No labels