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 |
#262 in WebAssembly
Used in 5 crates
(2 directly)
16KB
342 lines
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
~117K SLoC