Skip to content

crate availability should be documented in some way on the siteΒ #1365

@zesty

Description

@zesty

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions