Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jun 25, 2020
1 parent 5e7991d commit 41d6c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The C source code is designed with the following in mind:

- Clean and easy to use API.

- No malloc/free. Uses a workspace/areana for memory allocations.
- No malloc/free. Uses a workspace/arena for memory allocations.

- Fast encoding and decoding.

Expand All @@ -54,7 +54,7 @@ Known limitations:
- ``char`` must be 8 bits.

Support for recursive messages and submessage presence detection has
been implemented on branch
been implemented on the branch
``submessage-presence-and-recursive-messages``. However, it makes the
generated code slightly harder to use, so it has not been merged to
the master branch yet.
Expand Down

0 comments on commit 41d6c1a

Please sign in to comment.