Skip to content

Commit

Permalink
Add crate links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 14, 2024
1 parent dbd1645 commit 421e7dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Unlike other Protobuf libraries, `micropb` is aimed for constrained environments

The `micropb` project consists of two crates:

- **`micropb-gen`**: Code generation tool that generates a Rust module from a set of `.proto` files. Include this as a build dependency.
- [`micropb`](https://crates.io/crates/micropb): Encoding and decoding routines for the Protobuf wire data. The generated module will assume it's been imported as a regular dependency.

- **`micropb`**: Encoding and decoding routines for the Protobuf wire data. The generated module will assume it's been imported as a regular dependency.
- [`micropb-gen`](https://crates.io/crates/micropb-gen): Code generation tool that generates a Rust module from a set of `.proto` files. Include this as a build dependency.

### Getting Started

Expand Down
4 changes: 2 additions & 2 deletions micropb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Unlike other Protobuf libraries, `micropb` is aimed for constrained environments

The `micropb` project consists of two crates:

- **`micropb-gen`**: Code generation tool that generates a Rust module from a set of `.proto` files. Include this as a build dependency.
- [`micropb`](https://crates.io/crates/micropb): Encoding and decoding routines for the Protobuf wire data. The generated module will assume it's been imported as a regular dependency.

- **`micropb`**: Encoding and decoding routines for the Protobuf wire data. The generated module will assume it's been imported as a regular dependency.
- [`micropb-gen`](https://crates.io/crates/micropb-gen): Code generation tool that generates a Rust module from a set of `.proto` files. Include this as a build dependency.

### Getting Started

Expand Down

0 comments on commit 421e7dd

Please sign in to comment.