Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 712 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 712 Bytes

overviewer-ng

The next-gen version of The Overviewer, written in Rust.

Stay Tuned!

Building

It is recommended that you use the nightly rust binaries.

To build, execute the following:

cargo build

Testing

First, initialise the test data submodule:

git submodule init

Then, update the submodule repository data:

git submodule update

Finally, you can run the tests with:

cargo test

You should also run the liboverviewer tests by running cargo test in the liboverviewer directory.

Contributing

Most (if not all) communication during early development stages is currently done through the Overviewer IRC channel.