| Vulnerabilities | |||||
|---|---|---|---|---|---|
| Version | Suggest | Low | Medium | High | Critical |
| 2.1.1+27.1 | 0 | 0 | 0 | 0 | 0 |
| 2.1.0+27.1 | 0 | 0 | 0 | 0 | 0 |
| 2.0.1+26.1 | 0 | 0 | 0 | 0 | 0 |
| 2.0.0+26.1 | 0 | 0 | 0 | 0 | 0 |
| 1.1.0+21.5 | 0 | 0 | 0 | 0 | 0 |
| 1.0.5+3.19.3 | 0 | 0 | 0 | 0 | 0 |
| 1.0.4+3.19.1 | 0 | 0 | 0 | 0 | 0 |
| 1.0.3+3.19.1 | 0 | 0 | 0 | 0 | 0 |
| 1.0.2+3.19.1 | 0 | 0 | 0 | 0 | 0 |
| 1.0.1+3.19.1 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0+3.19.1 | 0 | 0 | 0 | 0 | 0 |
| 0.1.0+3.19.1 | 0 | 0 | 0 | 0 | 0 |
2.1.1+27.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
Apache-2.0 - Apache License 2.0This is a collection of crates that provide Rust interop for Protocol Buffers, Google's data interchange format. The following crates are available:
libprotobuf.libprotobuf via autocxx.libprotobuf library and protoc binary.There are two other major Protobuf projects in the Rust ecosystem:
rust-protobuf contains a protoc plugin for generating Rust code,
an (incomplete) pure-Rust reimplementation of libprotobuf, including
(incomplete) support for dynamic messages, and a Rust API for compiling
protobufs.
prost contains a Rust API for compiling protobufs that uses an alternative code generation backend that purports to generate more idiomatic Rust.
This project is meant to supplement these existing tools, not supplant them.
The hope is that prost and rust-protobuf will support optional integration
with these crates for users who want to avoid the system protoc.