2 releases

0.1.1 Sep 27, 2024
0.1.0 Jun 26, 2024

#512 in Web programming

Download history 143/week @ 2024-06-25 14/week @ 2024-07-02 21/week @ 2024-07-09 25/week @ 2024-07-16 13/week @ 2024-07-23 2/week @ 2024-08-06 34/week @ 2024-08-13 45/week @ 2024-08-20 93/week @ 2024-08-27 36/week @ 2024-09-03 54/week @ 2024-09-10 34/week @ 2024-09-17 259/week @ 2024-09-24 73/week @ 2024-10-01 19/week @ 2024-10-08

412 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