1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00
Martin Hoffmann 7d8c583063 Introduce logging.
2018-07-02 12:32:21 +02:00
2018-07-02 12:32:21 +02:00
2018-06-28 10:09:10 +02:00
2018-07-02 12:32:21 +02:00
2018-07-02 11:00:56 +02:00

A RPKI Relying Party in Rust

Getting Started (aka Whats that Rust thing you keep going on about?)

If you dont have it yet, you need Rust. Theres a tool called rustup for that. If you feel lucky, simply do:

curl https://sh.rustup.rs -sSf | sh

or get the file, have a look and then run it manually.

Make sure cargo is in your path (rustup should tell you what to do), then, in the directory you cloned this repository to, say

cargo build

This will build the whole thing (or fail, of course). If it succeeds, you can run

cargo run

to run the binary that has been built. At this point, it will rsync all repository instances into ./test/repository and validate them. You will need the rsync executable in your path.

Description
No description provided
Readme 20 MiB
Languages
Rust 99.6%
Dockerfile 0.4%