diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-26 20:11:54 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-26 20:11:54 +0300 |
commit | ba2ab9ea65d029b2560c461be317f3cf0d19eb3e (patch) | |
tree | c93d929e98aebd57c990dbdfaaa69b39609710bc /docs | |
parent | e6a57e512fb7ca0198ae2bb95616284387c7e4f9 (diff) |
Docs update, remove malloc from limitations list
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 7bd1794e..d49abc07 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,7 +47,6 @@ Features and limitations **Limitations** -#) User must provide callbacks when decoding arrays or strings without maximum size. Malloc support could be added as a separate module. #) Some speed has been sacrificed for code size. #) Encoding is focused on writing to streams. For memory buffers only it could be made more efficient. #) The deprecated Protocol Buffers feature called "groups" is not supported. |