File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments