-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,5 +38,6 @@ | |
|
||
# Appendices | ||
|
||
- [📣 Ecosystem](./ecosystem.md) | ||
- [❓ FAQ](./faq.md) | ||
- [💖 Sponsor](./sponsor.md) |
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,15 @@ | ||
# 📣 Rama Ecosystem | ||
|
||
For now there are only the rama crates found in this repository, also referred to as "official" rama crates. | ||
|
||
We welcome however community contributions not only in the form of contributions to this repository, | ||
but also have people write their own crates as extensions to the rama ecosystem. | ||
E.g. perhaps you wish to support an alternative http/tls backend. | ||
|
||
In case you have ideas for new features or stacks please let us know first. | ||
Perhaps there is room for these within an official rama crate. | ||
In case it is considered out of scope you are free to make your own community rama crate. | ||
Please prefix all rama community crates with "rama-x", this way the crates are easy to find, | ||
and are sufficiently different from "official" rama crates". | ||
|
||
Once you have such a crate published do let us know it, such that we can list them here. |