Skip to content

Commit a286df2

Browse files
committed
Fix README indentation.
1 parent 68be645 commit a286df2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ A header-only C++20 bencode serialization/deserialization library.
1818

1919
## Features
2020

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

2929
## Status
3030

0 commit comments

Comments
 (0)