Remove extraneous links

This commit is contained in:
2024-11-09 17:02:57 -05:00
parent 65d31a44ca
commit 5c212fb3b3
2 changed files with 1 additions and 11 deletions

View File

@ -238,9 +238,3 @@ fn main() {
And with that, we've now got a functioning project. Here's the content I'm planning to go over next as we build up
some practical examples of Cap'N Proto in action:
## Next steps
Part 2: Using [TypedReader](https://github.com/capnproto/capnproto-rust/blob/master/src/message.rs#L181) to send messages across thread boundaries
Part 3: Serialization and Deserialization of multiple Cap'N Proto messages