Skip to content

Commit b06e339

Browse files
committed
Update README.md
1 parent 69bad05 commit b06e339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ The Rust library is broken into three seperate crates:
3333

3434
### /rust/bufferfish
3535

36-
`bufferfish` is a re-export of the other crates, as well as a `generate` function for use in `build.rs` files in order to generate TypeScript definitions from your Rust packet ID type. This is what users will interact with directly. General tests also live here.
36+
`bufferfish` is a re-export of the other crates. It also includes the TypeScript codegen compiler and the generate function to interact with it. This is what users will interact with directly. General tests also live here.
3737

3838
### /rust/bufferfish-derive
3939

40-
`bufferfish_derive` is where the proc macro code for the `#[derive(Encode)]` and `#[derive(Decode)]` macros live. These annotations implement `Encodable` and `Decodable` - respectively - for the annotated type.
40+
`bufferfish_derive` is where the proc macros for the `#[derive(Encode)]` and `#[derive(Decode)]` macros live. These annotations implement `Encodable` and `Decodable` - respectively - for the annotated types.
4141

4242
### /rust/bufferfish-core
4343

0 commit comments

Comments
 (0)