necrobious / brb

HTTP server for storing and retriving cachets by thier sha256 digest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

ARM v7

On Ubuntu: from (https://github.com/japaric/rust-cross) 0. Our target is an ARMv7 device, the triple for this target is armv7-unknown-linux-gnueabihf

  1. sudo apt-get install -qq gcc-arm-linux-gnueabihf
  2. rustup target add armv7-unknown-linux-gnueabihf
  3. cargo build --release --target=armv7-unknown-linux-gnueabihf

About

HTTP server for storing and retriving cachets by thier sha256 digest


Languages

Language:Rust 100.0%