rekt_lib 0.1.13

Common lib to use the RekT protocol. See the crate homepage to check the protocol RFC.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# RektCommon


RektCommon is a Rust crate that aims to simplify the usage of the RekT protocol in Rust projects. It provides all the
necessary types, structs, and enums required for implementing projects using
the [RekT protocol](https://github.com/GuicLuca/RekT_Protocole/wiki).

## Features


- Easy integration with the RekT protocol
- Comprehensive set of types, structs, and enums

## Installation


Add the following line to your `Cargo.toml` file:

```toml
rekt_common = "0.1.11"
```