Skip to content

Commit

Permalink
update README.md file to list 'no macros' as feature
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Jan 9, 2024
1 parent c519b31 commit f8e3dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Header-only C++20 library primarily designed for network communication, focusing
- **No Library-Specific Encoding:** Avoids any custom encoding (IDL, metadata, etc.) facilitating interoperability and simplifying the troubleshooting of network packets.
- **Configurable Endianness Support:** Choose the desired endianness for data serialization and deserialization.
- **No Exceptions:** Ensures stable and predictable error handling.
- **No Macros:** Designed without the use of preprocessor macros for cleaner and more maintainable code.
- **Flexible Buffer Management:** Utilizes a non-owning mutable buffer concept for efficient memory management.
- **Easy to Debug and Customize:** Clear and concise codebase makes debugging easy. Adaptable for customization to address specific requirements.
- **Cross-platform compatible:** Tested on `Windows`, `GNU/Linux` and `macOS`.
Expand Down

0 comments on commit f8e3dff

Please sign in to comment.