Show badges on top of README page on GitHub (#346)

+ added links to rustdoc

#344
This commit is contained in:
Hendrik Eeckhaut
2023-09-22 13:08:33 -04:00
committed by GitHub
parent 8124237cd4
commit f73376ec93

View File

@@ -2,6 +2,20 @@
<img src="./tlsn-banner.png" width=1280 />
</p>
![MIT licensed][mit-badge]
![Apache licensed][apache-badge]
[![Build Status][actions-badge]][actions-url]
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[apache-badge]: https://img.shields.io/github/license/saltstack/salt
[actions-badge]: https://github.com/tlsnotary/tlsn/actions/workflows/rust.yml/badge.svg
[actions-url]: https://github.com/tlsnotary/tlsn/actions?query=workflow%3Arust+branch%3Adev
[Website](https://tlsnotary.org) |
[Documentation](https://docs.tlsnotary.org) |
[API Docs](https://tlsnotary.github.io/tlsn) |
[Discord](https://discord.gg/9XwESXtcN7)
# TLSNotary
## ⚠️ Notice
@@ -16,11 +30,6 @@ All crates in this repository are licensed under either of
at your option.
## Useful Links
- website: <https://tlsnotary.org/>
- rust codebase: <https://github.com/tlsnotary/tlsn>
- documentation: <https://docs.tlsnotary.org/> (under development)
## Overview
- **tls**: Home of the TLS logic of our protocol like handshake en-/decryption, ghash, **currently outdated**