# cargo-llvm-lines を Homebrew, Nix でインストール

cargo-llvm-lines のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cargo-llvm-lines
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cargo-llvm-lines
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-llvm-lines
```

  証拠: nixpkgs package indexes: pkgs/by-name/ca/cargo-llvm-lines/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:cargo-llvm-lines
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.4.46
- **ソース概要:** Count lines of LLVM IR per generic function
- **ホームページ:** <https://github.com/dtolnay/cargo-llvm-lines>
- **リポジトリ:** <https://github.com/dtolnay/cargo-llvm-lines>
- **最終更新:** 2026-05-29T17:20:08+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cargo-llvm-lines (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.4.46
## プロジェクトの歴史と使われ方

cargo-llvm-lines measures the number and size of LLVM IR instantiations for generic functions in a Rust program. Its README frames the output as a way to find code with the highest leverage for improving compilation metrics.

### プロジェクトの歴史

The crate first appeared on crates.io in November 2017 as version 0.1.0. The README credits the idea to eddyb's suggestion for counting monomorphized functions while debugging compiler memory use, executable size, and compile time.

### 採用の歴史

The package is available through Homebrew and Nix according to the input facts, and crates.io reported 134,082 downloads when checked on 2026-06-30. Its audience is narrower than test runners or build tools, but it is well known among Rust developers investigating monomorphization bloat.

### 使われ方

Users run cargo llvm-lines to see total LLVM IR lines, number of copies, and function names, optionally using -p to inspect a package in a multi-crate project or release/LTO settings for a broader view.

### パッケージ好きにとっての重要性

It is a package-nerd tool because it exposes otherwise hidden codegen costs in dependency and generic-heavy Rust crates, helping maintainers decide where small API or generic changes can reduce compile time and binary size.

### タイムライン

- 2017: First crates.io release 0.1.0.
- 2026: Crates.io latest version 0.4.46 and Homebrew stable version 0.4.46.

### Related projects

- Related tooling includes Cargo, rustc/LLVM IR output, and compiler performance analysis workflows.

### ソース

- <https://api.github.com/repos/dtolnay/cargo-llvm-lines>
- <https://github.com/dtolnay/cargo-llvm-lines>
- <https://github.com/dtolnay/cargo-llvm-lines#readme>
- <https://crates.io/api/v1/crates/cargo-llvm-lines>
- <https://formulae.brew.sh/api/formula/cargo-llvm-lines.json>


## セキュリティノート

cargo-llvm-lines に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## 他のパッケージマネージャ記録

- Nix - cargo-llvm-lines: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-llvm-lines/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/cargo-llvm-lines.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-llvm-lines.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
