rust-learner

Fetch Rust version, crate metadata, and API documentation from ecosystem sources.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/cecon123/tg-remote-bot --skill rust-learner-cecon123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-learner
Source: https://github.com/cecon123/tg-remote-bot/tree/main/.agents/skills/rust-learner
Command: npx skills add https://github.com/cecon123/tg-remote-bot --skill rust-learner-cecon123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly answer questions about Rust versions, crates, and API documentation by sourcing up-to-date information from Rust ecosystem sources.

Core Features & Use Cases

  • Fetch latest Rust version and edition details (stable, beta, nightly).
  • Retrieve crate metadata from crates.io, including version, dependencies, and description.
  • Access API docs and standard library references from docs.rs or rust-lang docs for quick reference.
  • Use in workflows to compare versions, verify features, and inform dependency decisions in Rust projects.

Quick Start

Ask for the latest Rust version or crate information by providing the crate name and optional keywords.

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 Rust version and edition details?

To find the latest Rust version, this Skill fetches current stable, beta, and nightly release details directly from Rust ecosystem sources. It retrieves up-to-date version numbers and edition information to verify features for your projects.

How do I retrieve crate metadata and dependencies from crates.io?

Retrieving crate metadata from crates.io involves fetching the package version, description, and dependency list. This Skill queries crates.io data to help you compare versions and inform dependency decisions in Rust projects.

What is the best way to access Rust API documentation and standard library references?

Accessing Rust API documentation is best handled by fetching references from docs.rs and rust-lang docs. This Skill sources standard library and popular crate API docs to provide quick reference for your development workflow.

Can I check a Rust crate changelog to verify features before updating dependencies?

Checking a Rust crate changelog to verify features is fully supported. This Skill fetches changelogs and version history from ecosystem sources, allowing you to compare versions and confirm breaking changes before updating dependencies.

Does fetching docs.rs and crates.io data work without installing local Rust tooling?

Fetching docs.rs and crates.io data works without local Rust tooling because this Skill queries live web pages and precomputed selectors. It applies a deterministic flow using agent-browser and WebFetch fallbacks to retrieve metadata remotely.