-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds example's site. Different the list of libraries, the examples are the projects using modules natively. The difference is that the libraries are mostly producer of modules but not consumers. Since these libraries have to consider backport compatibilities. However, these example projects don't have any consumers so they can use the modules natively without consuming the users using the old interfaces get broken.
- Loading branch information
1 parent
3e06ad8
commit 30799dd
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This page records good examples of projects using modules natively. This is pretty helpful to give us a feeling | ||
about how to develop with modules. | ||
|
||
- [infinity](https://github.com/infiniflow/infinity) | ||
- [technical-machine](https://github.com/davidstone/technical-machine) | ||
- [atr](https://github.com/kaimfrai/atr/tree/main) | ||
- [async_simple's modules branch](https://github.com/alibaba/async_simple/tree/CXX20Modules) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters