Skip to content

Commit

Permalink
Fix README indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Aug 23, 2020
1 parent 68be645 commit a286df2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ A header-only C++20 bencode serialization/deserialization library.

## Features

* Convenient owning representation of bencoded data with `bvalue`.
* Fast and memory efficient read-only, non-owning representation into stable buffers of bencoded data with `bview`.
* Build-in serialization/deserializaton for most standard containers.
* Support for serializing/deserializing to/from user-defined types.
* Parse directly to custom types by satisfying the `EventConsumer` concept.
* Throwing and non throwing variants of common functions.
* Iterative parsing to protect against stack overflow attacks.
* Convenient owning representation of bencoded data with `bvalue`.
* Fast and memory efficient read-only, non-owning representation into stable buffers of bencoded data with `bview`.
* Build-in serialization/deserializaton for most standard containers.
* Support for serializing/deserializing to/from user-defined types.
* Parse directly to custom types by satisfying the `EventConsumer` concept.
* Throwing and non throwing variants of common functions.
* Iterative parsing to protect against stack overflow attacks.

## Status

Expand Down

0 comments on commit a286df2

Please sign in to comment.