docs.rs failed to build mini_exercism-7.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
mini_exercism-5.0.0
mini_exercism
Minimalistic Rust library to interact with the Exercism.org APIs.
Exerci-what?
Exercism is a free, not-for-profit platform to learn new programming languages. It supports a web editor for solving exercises, mentoring with real humans and a lot more. For more information, see its about page.
Installing
Add mini_exercism to your dependencies:
[]
= "7.1.0"
or by running:
Example
use api;
use Filters;
use Credentials;
async
For more information, see the docs.
Minimum Rust version
mini_exercism currently builds on Rust 1.85 or newer.