frust is a find replacement with SQL-like syntax.
Note: frust has a pre-alpha status and has a lot of bugs, issues and missing features. We are grateful for every opened issue, pull request or idea. Additionally this project was written while learning a good part of the Rust programming language. Hence the quality of code will hopefully improve while learning more about Rust.
Installation
Install from source
Clone the repository to a desired location and then compile the binary with
cargo build --release
and move the executable somewhere on $PATH, for example
cp ./target/release/frust $HOME/bin
Download binary
- linux-amd64 (Commit 65ab866) (signature)
- linux-armv7 (Commit 65ab866) (signature)
Alternatively check the releases on the github project for binaries of newer or older releases.
To check that the signature is correct and the binary was not altered in any way, import my public key
gpg --keyserver pgp.mit.edu --recv 35233ACB
and execute
gpg --verify frust-v0.0.1.sign frust-v0.0.1
to verify the signature of the binary.
Pre-build packages
Currently we only build packages for Fedora