Skip to content

Commit

Permalink
Declare lack of edition support
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 15, 2024
1 parent 421e7dd commit 5946783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Unlike other Protobuf libraries, `micropb` is aimed for constrained environments

#### Limitations
- Some speed has been sacrificed for memory usage
- Does not support Protobuf editions for now
- Protobuf groups are not supported
- Unknown fields and extensions can only be captured with a custom handler
- Reflection is not supported
Expand Down
1 change: 1 addition & 0 deletions micropb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Unlike other Protobuf libraries, `micropb` is aimed for constrained environments

#### Limitations
- Some speed has been sacrificed for memory usage
- Does not support Protobuf editions for now
- Protobuf groups are not supported
- Unknown fields and extensions can only be captured with a custom handler
- Reflection is not supported
Expand Down

0 comments on commit 5946783

Please sign in to comment.