19 stable releases (5 major)

6.5.0 Oct 15, 2023
5.4.0 Jan 18, 2023
5.3.1 Oct 13, 2022
5.0.2 Jan 8, 2022
0.2.0 Dec 2, 2020

#404 in WebAssembly

Download history 1/week @ 2024-11-16 3/week @ 2024-11-23 2/week @ 2024-11-30 70/week @ 2024-12-07 1/week @ 2024-12-14 2/week @ 2025-01-25 11/week @ 2025-02-01 59/week @ 2025-02-08 14/week @ 2025-02-15

84 downloads per month
Used in 5 crates (2 directly)

MIT license

16KB
342 lines

Crates.io docs.rs

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


lib.rs:

loco-protocol: Rust Loco protocol implementation

This crate provides low brick for building client on it

Specification

Dependencies

~6MB
~124K SLoC