Update bencode-parser-with-nom.md

This commit is contained in:
Edgar 2022-09-08 08:24:13 +02:00 committed by GitHub
parent 1c525a74e5
commit b3a18332dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
+++
title = "Creating a bencode parser with nom"
description = "The encoding used by the peer-to-peer file sharing system BitTorrent"
date = 2022-09-07
date = 2022-09-08
[taxonomies]
categories = ["rust"]
+++
@ -313,4 +313,4 @@ pub fn parse(source: &[u8]) -> Result<Vec<Value>, Error<&[u8]>> {
}
```
You can find the full source code here: <https://github.com/edg-l/nom-bencode>
You can find the full source code here: <https://github.com/edg-l/nom-bencode>