osteak
Elm for ratatui — you bring the loop
File Explorer
- ci.yml
- release.yml
- issues.jsonl
- boot.md
- EVALUATION.md
- REQUIREMENTS.md
- async_tasks.rs
- counter.rs
- counter_manual.rs
- multi_pane.rs
- action.rs
- cmd.rs
- lib.rs
- runner.rs
- sub.rs
- composition.rs
- sub_lazy.rs
- tea_cycle.rs
- .gitignore
- Cargo.toml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE-MIT
- osteak.bail
- README.md
- rustfmt.toml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cargo add
View Details ▼
cargo add
Add dependencies to a Rust project's `Cargo.toml` manifest.
cargo add {{dependency}}
Add the latest version of a dependency to the current project:
cargo add {{dependency}}@{{version}}
Add a specific version of a dependency:
cargo add {{dependency}} {{[-F|--features]}} {{feature_1,feature_2,...}}
Add a dependency and enable one or more specific features:
# Project Badges
// repository documentation
Was this content helpful?
(0 ratings)
