From 462d2b9a01d985ba2e7e24f373cda267d14ac331 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sun, 1 Jan 2017 18:38:45 -0800 Subject: [PATCH] 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4997c24..c5efc99 100644 --- a/README.md +++ b/README.md @@ -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 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 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.