Skip to content

Commit

Permalink
Referenced buffers::string_view_buffer in readme.md (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonotsugipaa authored Feb 8, 2024
1 parent 616c788 commit 0482730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,9 @@ int main(int argc, char* argv[])
### Buffers
There are currently two types of buffers available: ```cstring_buffer```, useful for *constexpr* parsing static array like buffer, and ```string_buffer``` for runtime parsing.
There are currently three types of buffers available:
- ```cstring_buffer```, useful for *constexpr* parsing static array-like buffers;
- ```string_buffer``` and ```string_view_buffer``` for runtime parsing.
It is however easy to add custom types of buffers, there are just couple of requirements for the types to be eligible as buffers.
Expand Down

0 comments on commit 0482730

Please sign in to comment.