2023-02-15 10:14:13 +00:00
|
|
|
# libFenrir
|
|
|
|
|
|
|
|
Official reference implementation of the Fenrir protocol
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
Licensed under the Apache2.0 with LLVM exception.
|
|
|
|
You should be free to use it with GPL2 or other licenses.
|
|
|
|
|
2023-03-01 17:20:03 +00:00
|
|
|
# Building
|
|
|
|
|
|
|
|
like all rust proejcts, just run `cargo build --release`
|
|
|
|
you will find the result in `./target/release`
|
|
|
|
|
|
|
|
If you want to build the `Hati` server, you don't need to build this library
|
|
|
|
separately. Just build the server and it will automatically include this lib
|
|
|
|
|