Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 642 Bytes

File metadata and controls

19 lines (11 loc) · 642 Bytes

Torrust Net Primitives

Generic networking primitive types for Torrust projects.

This crate provides low-level networking types that are reusable across Torrust projects without pulling in tracker-specific dependencies.

Types

  • service_binding::ServiceBinding — represents a network address binding (protocol + socket address).
  • service_binding::Protocol — supported network protocols (UDP, HTTP, HTTPS).

Documentation

Crate documentation.

License

The project is licensed under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE.