Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ After running the tracker these services will be available:
## Documentation

* [Crate documentation](https://docs.rs/torrust-tracker/).
* [API documentation](https://torrust.github.io/torrust-documentation/torrust-tracker/api/).
* [API `v1`](https://docs.rs/torrust-tracker/3.0.0-alpha.1/torrust_tracker/servers/apis/v1).
* [HTTP Tracker](https://docs.rs/torrust-tracker/3.0.0-alpha.1/torrust_tracker/servers/http).
* [UDP Tracker](https://docs.rs/torrust-tracker/3.0.0-alpha.1/torrust_tracker/servers/udp).

## Contributing

Expand All @@ -66,7 +68,7 @@ How can you contribute?

* Bug reports and feature requests.
* Code contributions. You can start by looking at the issues labeled ["good first issues"](https://github.com/torrust/torrust-tracker/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
* Documentation improvements. Check the [documentation](https://docs.rs/torrust-tracker/) and [API documentation](https://torrust.github.io/torrust-documentation/torrust-tracker/api/) for typos, errors, or missing information.
* Documentation improvements. Check the [documentation](https://docs.rs/torrust-tracker/) and [API documentation](https://docs.rs/torrust-tracker/3.0.0-alpha.1/torrust_tracker/servers/apis/v1) for typos, errors, or missing information.
* Participation in the community. You can help by answering questions in the [discussions](https://github.com/torrust/torrust-tracker/discussions).

## License
Expand Down
661 changes: 661 additions & 0 deletions packages/configuration/LICENSE

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/configuration/README.md
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).
661 changes: 661 additions & 0 deletions packages/located-error/LICENSE

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/located-error/README.md
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).
661 changes: 661 additions & 0 deletions packages/primitives/LICENSE

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/primitives/README.md
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).
661 changes: 661 additions & 0 deletions packages/test-helpers/LICENSE

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/test-helpers/README.md
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).