Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Sep 27, 2024
1 parent 8632a84 commit 9039124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ qq 交流群 701594518
[struct_pb](lang/struct_pb_intro.md)

### Motivation ###
Serialize an object to any other format data with compile-time YLT_REFL, such as json, xml, binary, table and so on.
Serialize an object to any other format data with compile-time reflection, such as json, xml, binary, table and so on.
This library is designed to unify and simplify serialization in a portable cross-platform manner. This library is also easy to extend, and you can serialize any format of data with the library.
This library provides a portable cross-platform way of:

Expand Down Expand Up @@ -435,7 +435,7 @@ Notes: In Python3,Will prompt `DeprecationWarning: 'U' mode is deprecated`.Ignor


- **Question**: Is *iguana* high performance?
- **Answer**: Yes, it is, because *iguana* is based on compile-time YLT_REFL.
- **Answer**: Yes, it is, because *iguana* is based on compile-time reflection.

- **Question**: I found a bug, how could I report?
- **Answer**: Create an issue on [GitHub](https://github.com/qicosmos/iguana) with a detailed description.
Expand Down

0 comments on commit 9039124

Please sign in to comment.