Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storycraft/loco-protocol-rs

Pure Rust Loco protocol implemention
https://github.com/storycraft/loco-protocol-rs

loco-protocol

Last synced: 2 months ago
JSON representation

Pure Rust Loco protocol implemention

Awesome Lists containing this project

README

        

[![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`