项目作者: libreflip

项目描述 :
Automated book scanner command & control software
高级语言: Rust
项目地址: git://github.com/libreflip/sans.git
创建时间: 2017-07-18T08:13:36Z
项目社区:https://github.com/libreflip/sans

开源协议:MIT License

下载






Automated photo production platform

The software that powers Libreflip. The two primary runtime components
are sans-server which initialises the RESTful user interface and
handles machine scheduling and sans-worker which can either be
deployed on the same machine or an external computer that handles all
image computation.

Additionally there is sansctl which can be used to get debug
information from a local or remote server instance.

sans crates

As the entire software stack is written in Rust, the three core
library components sans-core, sans-types and sans-processing are
available on crates.io. You can link against them to build your
own extentions and modules that hook into sans.

Build dependencies

In order to build sans, there are some external dependencies that
you need.

  • git
  • cargo
  • rust nightly
  • libimagemagick 7.0