Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/storycraft/loco-protocol-rs
- Owner: storycraft
- License: mit
- Created: 2020-11-30T08:04:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T11:04:30.000Z (about 1 year ago)
- Last Synced: 2024-11-01T18:42:38.531Z (2 months ago)
- Topics: loco-protocol
- Language: Rust
- Homepage:
- Size: 124 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 implementationThis 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`