getting-started

Guide users through integrating injectable dependency injection into Rust projects with minimal examples.

Updated May 10, 2026
One-click install
npx skills add https://github.com/jymchng/injectable --skill getting-started-jymchng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: getting-started
Source: https://github.com/jymchng/injectable/tree/main/skills/getting-started
Command: npx skills add https://github.com/jymchng/injectable --skill getting-started-jymchng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill guides you through setting up the injectable dependency injection framework in a new Rust project, ensuring seamless integration and usage.

Core Features & Use Cases

  • Project Setup: Provides step-by-step instructions for adding injectable to a Rust project.
  • Dependency Management: Offers guidance on including necessary dependencies in your Cargo.toml.
  • Quick Start: Demonstrates a minimal example to get you started with injectable.

Quick Start

Run the following commands to set up injectable in your project:

cargo add injectable
cargo run

Frequently Asked Questions about getting-started

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

FAQPage Schema
How do I add the injectable dependency injection framework to my Rust project?▼

To add the injectable dependency injection framework to your Rust project, include the library in your Cargo.toml using the `cargo add injectable` command. This ensures seamless integration and allows you to run the project immediately.

What is the best way to get started with dependency injection in Rust?▼

The best way to get started with dependency injection in Rust is to use the injectable framework's minimal example. Add the dependency to your project and run a quick start command to see how injectable components are structured.

Do I need to manually configure Cargo.toml to use injectable in Rust?▼

You do not need to manually configure Cargo.toml to use injectable. You can run `cargo add injectable` to handle dependency management automatically, ensuring the framework is properly included for your Rust project setup.

Can I use injectable for minimal Rust project setups?▼

Yes, you can use injectable for minimal Rust project setups. The framework provides a quick start guide and a minimal example to demonstrate usage, ensuring seamless integration even in new Rust projects without complex configurations.

How does the injectable framework handle dependency management in Rust?▼

The injectable framework handles dependency management in Rust by guiding you through adding the necessary library to your project. It provides a quick start command to integrate dependencies and a minimal example to demonstrate usage.