Skip to content

Commit

Permalink
Link examples on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-christian-schulze committed Nov 28, 2024
1 parent 7d52f89 commit 1fe0f7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,11 @@ Below is a full example configuration, including the default values, of the plug
</configuration>
```

# Examples

* [examples/zip-file-format - ZipFileReadingTest](blob/master/examples/zip-file-format/src/test/java/examples/zip/ZipFileReadingTest.java) - Shows how to read a ZIP file using structs4java
* [examples/zip-file-format - ZipFileWritingTest](blob/master/examples/zip-file-format/src/test/java/examples/zip/ZipFileWritingTest.java) - Shows how to write a ZIP files using structs4java

# Comparison to Javolution
If you do not want to rely on code generation you should have a look at [Javolution](http://javolution.org/) which is a plain Java implementation.

Expand Down

0 comments on commit 1fe0f7e

Please sign in to comment.