loco-protocol 6.5.0

Loco protocol implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![Crates.io](https://img.shields.io/crates/v/loco-protocol)](https://crates.io/crates/loco-protocol/)
[![docs.rs](https://img.shields.io/docsrs/loco-protocol)](https://docs.rs/loco-protocol/latest/)

# `loco-protocol`: Rust Loco protocol implementation
Open source loco protocol and secure layer implementation

This crate can be used on `no_std` environment (requires `alloc`)

## Specification
See `specification.md`

## WASM support
To build with WASM target `wasm32-unknown-unknown`, enable `wasm` feature.

## License
MIT License, see `LICENSE.md`