Skip to content

Latest commit

History

History
33 lines (22 loc) 路 516 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) 路 516 Bytes

Contribute

We are glad to have you participate. Any contributions are welcome, including documentations and tests. You can create a Pull Request or Issue on GitHub, and we will review it as soon as possible.

We use GitHub issues for tracking suggestions and bugs.

To install for development:

Clone the repo

git clone https://github.com/hora-search/hora

Build

cargo build

Test

cargo test --lib

Try the changes

cd examples
cargo run