merge rust branch into master

The Rust branch still isn't perfect - in particular, the ffmpeg
dependency is very picky - but it's the future of the project.
This commit is contained in:
Scott Lamb 2017-01-01 18:38:45 -08:00
parent fee4141dc6
commit 462d2b9a01

View File

@ -62,7 +62,9 @@ edge version from the command line via git:
There are no binary packages of Moonfire NVR available yet, so it must be built There are no binary packages of Moonfire NVR available yet, so it must be built
from source. from source.
The `rust` branch contains a rewrite into the [Rust Programming
Moonfire NVR is written in the [Rust Programming
Language](https://www.rust-lang.org/en-US/). In the long term, I expect this Language](https://www.rust-lang.org/en-US/). In the long term, I expect this
will result in a more secure, full-featured, easy-to-install software. In the will result in a more secure, full-featured, easy-to-install software. In the
short term, there will be growing pains. Rust is a new programming language. short term, there will be growing pains. Rust is a new programming language.