#loco #protocols

loco-protocol

Loco protocol implementation

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

#5 in #loco

Download history 17/week @ 2024-03-11 8/week @ 2024-03-18 26/week @ 2024-04-01 10/week @ 2024-04-08 12/week @ 2024-04-15 8/week @ 2024-04-22 7/week @ 2024-04-29 10/week @ 2024-05-06 9/week @ 2024-05-20 4/week @ 2024-05-27 13/week @ 2024-06-03 17/week @ 2024-06-10 10/week @ 2024-06-17 11/week @ 2024-06-24

51 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

~5MB
~109K SLoC