Skip to content

Add crates.io badges and installation instructions to README#19

Merged
VrilLabs merged 1 commit into
mainfrom
copilot/update-readme-badges
Jul 2, 2026
Merged

Add crates.io badges and installation instructions to README#19
VrilLabs merged 1 commit into
mainfrom
copilot/update-readme-badges

Conversation

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

The README lacked GitHub badges and setup instructions for the crate now published on crates.io.

Badges

  • Added crates.io version, docs.rs, download count, and license badges below the title.

Metadata / installation section

  • Added a "Metadata" section documenting cargo install vrillabs-helios for the CLI binary.
  • Added an "Install as library" subsection covering cargo add vrillabs-helios and the equivalent Cargo.toml entry.
  • Linked to the versioned docs.rs page for API documentation.
vrillabs-helios = "1.2.0-rc1"

@VrilLabs VrilLabs marked this pull request as ready for review July 2, 2026 11:37
Copilot AI review requested due to automatic review settings July 2, 2026 11:37
@VrilLabs VrilLabs merged commit df03f5e into main Jul 2, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository README to better reflect the crate’s availability on crates.io by adding badges and installation guidance.

Changes:

  • Added crates.io, docs.rs, download count, and license badges under the title.
  • Added a “Metadata” section with cargo install instructions for the CLI.
  • Added “Install as library” instructions via cargo add and a Cargo.toml snippet, plus a docs.rs link.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
> **JIT at the edge, blazing like the sun.**

[![Crates.io](https://img.shields.io/crates/v/vrillabs-helios.svg)](https://crates.io/crates/vrillabs-helios)
[![docs.rs](https://img.shields.io/docsrs/vrillabs-helios)](https://docs.rs/vrillabs-helios/1.2.0-rc1/helios/)
Comment thread README.md
cargo install vrillabs-helios
```

Running the above command will globally install the `helios` binary.
Comment thread README.md
vrillabs-helios = "1.2.0-rc1"
```

Full API documentation is available on [docs.rs](https://docs.rs/vrillabs-helios/1.2.0-rc1/helios/).
Comment thread README.md
[![Crates.io](https://img.shields.io/crates/v/vrillabs-helios.svg)](https://crates.io/crates/vrillabs-helios)
[![docs.rs](https://img.shields.io/docsrs/vrillabs-helios)](https://docs.rs/vrillabs-helios/1.2.0-rc1/helios/)
[![Crates.io downloads](https://img.shields.io/crates/d/vrillabs-helios.svg)](https://crates.io/crates/vrillabs-helios)
[![License](https://img.shields.io/badge/license-VRIL%20LABS%20Open%20Source-blue.svg)](LICENSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants