Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir authored and stepancheg committed Oct 2, 2023
1 parent 2b2378b commit 1cf6583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! * [`protobuf-json-mapping`](https://docs.rs/protobuf-json-mapping)
//! implements JSON parsing and serialization for protobuf messages.
//! * [`protobuf-codegen`](https://docs.rs/protobuf-codegen)
//! can be used to rust code from `.proto` crates.
//! can be used to generate rust code from `.proto` crates.
//! * [`protoc-bin-vendored`](https://docs.rs/protoc-bin-vendored)
//! contains `protoc` command packed into the crate.
//! * [`protobuf-parse`](https://docs.rs/protobuf-parse) contains
Expand Down

0 comments on commit 1cf6583

Please sign in to comment.