rust-learner

Fetches Rust crate versions, changelogs, API docs, and dependencies from crates.io, lib.rs, docs.rs, and releases.rs.

51|6|Updated Mar 28, 2019
One-click install
npx skills add https://github.com/Mte90/dotfiles --skill rust-learner-mte90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-learner
Source: https://github.com/Mte90/dotfiles/tree/main/.config/opencode/skills/rust-learner
Command: npx skills add https://github.com/Mte90/dotfiles --skill rust-learner-mte90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick and accurate information about Rust programming language versions, crate details, and API documentation, eliminating the need for manual searching across multiple websites.

Core Features & Use Cases

  • Version Queries: Get the latest stable, beta, or nightly versions of Rust and specific crates.
  • Crate Information: Retrieve details like descriptions, features, and dependencies for crates from crates.io and lib.rs.
  • API Documentation: Fetch documentation for both the Rust standard library and third-party crates from docs.rs.
  • Changelog Retrieval: Access release notes and new features for specific Rust versions.

Quick Start

Ask for the latest version of the 'tokio' crate.

Frequently Asked Questions about rust-learner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the latest stable version of a Rust crate?

To find the latest stable version of a Rust crate, you can query this tool to fetch current version details and release notes directly from crates.io and lib.rs.

What is the best way to check Rust release notes and changelogs for specific versions?

Checking Rust release notes involves retrieving changelogs and new features for specific versions from releases.rs. This provides quick access to version history without manual searching.

How do I retrieve API documentation for a third-party Rust crate?

Retrieving API documentation for a third-party Rust crate requires fetching data from docs.rs. This synthesizes crate features, dependencies, and standard library documentation into one place.

Can I get crate dependencies and features from crates.io without browsing the website?

Yes, you can get crate dependencies and features directly from crates.io and lib.rs. This tool fetches descriptions and dependency details inline, eliminating the need to browse multiple websites manually.

Does this Rust crate information retrieval work with beta and nightly versions?

Yes, Rust crate information retrieval works with beta and nightly versions. It supports queries for the latest stable, beta, or nightly versions of the Rust programming language and specific crates.