macOS
brew install fstlocal Homebrew formula metadata
brew / Rang 8890
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fst in AI-Agent-Workflows.
Installation
brew install fstlocal Homebrew formula metadata
nix profile install nixpkgs#fstnixpkgs package indexes · pkgs/by-name/fs/fst/package.nix · Quelle: api.github.com
sudo apt install fst-devDebian stable package indexes · fst-dev · Quelle: deb.debian.org
Überblick
Represent large sets and maps compactly with finite state transducers
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
fst | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:fst |
|---|---|
| Version | 0.4.3 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/BurntSushi/fst |
| Repository | https://github.com/BurntSushi/fst |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-devQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.