-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
09da301 docs: [#295] add README to packages (Jose Celano) Pull request description: It's just a simple README for workspace packages with a link to the documentation. Top commit has no ACKs. Tree-SHA512: 31f92f4a871e687137c4463a6172c89e1686cf768587b9c19f30c54579069d641671ac14391cfd925f000544867c85065bd02a00ad72f25c0790233dafcb05e1
- Loading branch information
Showing
9 changed files
with
2,692 additions
and
2 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,11 @@ | ||
# Torrust Tracker Configuration | ||
|
||
A library to provide configuration to the [Torrust Tracker](https://github.com/torrust/torrust-tracker). | ||
|
||
## Documentation | ||
|
||
[Crate documentation](https://docs.rs/torrust-tracker-configuration). | ||
|
||
## License | ||
|
||
The project is licensed under the terms of the [GNU AFFERO GENERAL PUBLIC LICENSE](./LICENSE). |
Large diffs are not rendered by default.
Oops, something went wrong.
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,11 @@ | ||
# Torrust Tracker Located Error | ||
|
||
A library to provide an error decorator with the location and the source of the original error. | ||
|
||
## Documentation | ||
|
||
[Crate documentation](https://docs.rs/torrust-tracker-located-error). | ||
|
||
## License | ||
|
||
The project is licensed under the terms of the [GNU AFFERO GENERAL PUBLIC LICENSE](./LICENSE). |
Large diffs are not rendered by default.
Oops, something went wrong.
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,11 @@ | ||
# Torrust Tracker Primitives | ||
|
||
A library with the primitive types shared by the [Torrust Tracker](https://github.com/torrust/torrust-tracker) packages. | ||
|
||
## Documentation | ||
|
||
[Crate documentation](https://docs.rs/torrust-tracker-primitives). | ||
|
||
## License | ||
|
||
The project is licensed under the terms of the [GNU AFFERO GENERAL PUBLIC LICENSE](./LICENSE). |
Large diffs are not rendered by default.
Oops, something went wrong.
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,11 @@ | ||
# Torrust Tracker Configuration | ||
|
||
A library providing helpers for testing the [Torrust Tracker](https://github.com/torrust/torrust-tracker). | ||
|
||
## Documentation | ||
|
||
[Crate documentation](https://docs.rs/torrust-tracker-test-helpers). | ||
|
||
## License | ||
|
||
The project is licensed under the terms of the [GNU AFFERO GENERAL PUBLIC LICENSE](./LICENSE). |