blob: fa6b6f88fd34768bd7bffdf06fc433b347b2af3c (
plain) (
tree)
|
|
# OSSE (Overly Simple Searche Engine) (Oh-Si)
An attempt to make a "functional" search engine while learning Rust :^)
## Building
### 1. Setup your environment
#### With Nix:
```
$ nix develop
```
or
```
$ nix-shell shell.nix
```
#### Otherwise:
Install cargo through your preferred method.
### 2. Build!
```
$ cargo build
```
|