2 releases

0.1.1 Sep 27, 2024
0.1.0 Jun 26, 2024

#657 in Web programming

Download history 20/week @ 2024-10-07 28/week @ 2024-10-14 48/week @ 2024-10-21 28/week @ 2024-10-28 35/week @ 2024-11-04 8/week @ 2024-11-11 40/week @ 2024-11-18 43/week @ 2024-11-25 66/week @ 2024-12-02 77/week @ 2024-12-09 27/week @ 2024-12-16 3/week @ 2024-12-23 6/week @ 2024-12-30 10/week @ 2025-01-06 4/week @ 2025-01-13 32/week @ 2025-01-20

52 downloads per month
Used in 23 crates (via swimos_utilities)

Apache-2.0

51KB
1K SLoC

SwimOS routes

A route is a URI with no authority that specified the location of a single SwimOS agent instance. It does not specify the host on which the agent can be found and this information must be retrieved from a routing table or provided separately.

This crate contains:

  • A type to represent a route URI.
  • Route patterns that can be used to extract components from the path of a route URI.

Dependencies

~1MB
~21K SLoC