rust-learner

Retrieve Rust version details, crate information, and API documentation from crates.io, lib.rs, and docs.rs.

1|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/flexisuite-org/FlexiSuite_Kernel --skill rust-learner-flexisuite-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-learner
Source: https://github.com/flexisuite-org/FlexiSuite_Kernel/tree/main/.agents/skills/rust-learner
Command: npx skills add https://github.com/flexisuite-org/FlexiSuite_Kernel --skill rust-learner-flexisuite-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users quickly find information about Rust versions, crate details, and API documentation, simplifying the process of staying up-to-date and understanding Rust ecosystem components.

Core Features & Use Cases

  • Rust Version Queries: Get the latest stable, nightly, or specific Rust release versions and their features.
  • Crate Information: Fetch details about crates from crates.io and lib.rs, including versions, descriptions, and features.
  • API Documentation: Access documentation for Rust's standard library and third-party crates from docs.rs.
  • Use Case: A developer needs to know the latest features in Rust 1.70 and the current version of the serde crate. This Skill can provide both pieces of information efficiently.

Quick Start

Find the latest version and description for 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 Rust version and its release notes?

To find the latest stable Rust version and its release notes, you can query for specific Rust release details. This Skill retrieves comprehensive version information and changelogs directly from official Rust sources.

Can I get crate information and descriptions from crates.io and lib.rs?

Yes, you can fetch crate information from crates.io and lib.rs. This Skill retrieves crate details including current versions, descriptions, and specific features by utilizing agent-browser for data parsing.

Does this tool provide access to Rust standard library and third-party API documentation?

Yes, this tool provides access to API documentation. It fetches documentation for both the Rust standard library and third-party crates directly from docs.rs to help you understand ecosystem components.

What is the best way to check crate features and version history for dependencies?

The best way to check crate features and version history is to query the crate name directly. This Skill parses sources like crates.io and lib.rs to return comprehensive crate details and version histories efficiently.

Do I need to specify a source like docs.rs to retrieve Rust API documentation?

No, you do not need to manually specify a source like docs.rs to retrieve Rust API documentation. The Skill automatically utilizes actionbook and agent-browser to retrieve and parse data from the correct sources.