diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-08-08 20:37:59 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-08-08 20:42:46 +0300 |
commit | f15093e8bde18bb9fc6f56a7f6fff727eef74e6c (patch) | |
tree | 34d576d792bb2aa3f33676eafe4a29c37c2e5cc3 /docs/index.rst | |
parent | b663909fb6e86f0ae0f450523e72fb7fbfb719ab (diff) |
Document field extensions support
Update issue 17
Status: FixedInGit
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index cb7a201f..e56ff4cc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,7 +41,7 @@ Features and limitations #) Allows specifying maximum size for strings and arrays, so that they can be allocated statically. #) No malloc needed: everything can be allocated statically or on the stack. #) You can use either encoder or decoder alone to cut the code size in half. -#) Support for most protobuf features, including: all data types, nested submessages, default values, repeated and optional fields, packed arrays. +#) Support for most protobuf features, including: all data types, nested submessages, default values, repeated and optional fields, packed arrays, extension fields. #) Callback mechanism for handling messages larger than can fit in available RAM. #) Extensive set of tests. |