macOS
brew install fstlocal Homebrew formula metadata
brew / 順位 8890
fst のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fstlocal Homebrew formula metadata
nix profile install nixpkgs#fstnixpkgs package indexes · pkgs/by-name/fs/fst/package.nix · ソース: api.github.com
sudo apt install fst-devDebian stable package indexes · fst-dev · ソース: deb.debian.org
概要
Represent large sets and maps compactly with finite state transducers
履歴
fst is Andrew Gallant's Rust crate and CLI package for compact ordered sets and maps backed by finite state transducers.
The public repository was created in 2015. The README describes fst as a fast implementation of ordered sets and maps using finite state machines, specifically finite state transducers that map keys to values as the machine is executed.
The crate documentation emphasizes very large key sets and maps, including billions of byte-string keys, with a design focus on memory-efficient operations and searchable compact storage.
fst became part of the Rust package ecosystem through crates.io and docs.rs documentation, while the supplied package data records downstream operating-system packaging in Homebrew, Debian, Ubuntu, and Nix.
The README documents normal Rust dependency usage through Cargo.toml and points to docs.rs for examples and API reference, making it usable as a library as well as through the packaged fst executable.
The library builds ordered sets or maps and supports fast search operations over the resulting automata. The README example builds an in-memory set and runs a Levenshtein fuzzy query.
The documentation also connects fst to regex-automata through implementations of the fst::Automata trait, allowing deterministic automata to search transducers produced by the crate.
fst is significant because it turned a specialized data structure into a reusable Rust package with practical package-manager reach. It is especially interesting to search, indexing, and CLI-data users who care about memory-mapped, compact dictionaries rather than database-sized dependencies.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fst | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:fst |
|---|---|
| バージョン | 0.4.3 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/BurntSushi/fst |
| リポジトリ | https://github.com/BurntSushi/fst |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
fst-dev 0.177.0-1
Free Studio Technology for audio plugins (development files)
https://git.iem.at/zmoelnig/FST/
sudo apt install fst-devfst
nix profile install nixpkgs#fstfst-dev 0.123.0-1
Free Studio Technology for audio plugins (development files)
https://git.iem.at/zmoelnig/FST/
sudo apt install fst-devソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.