2 releases

0.1.1 Sep 27, 2024
0.1.0 Jun 26, 2024

#613 in Web programming

Download history 9/week @ 2024-07-28 25/week @ 2024-08-11 41/week @ 2024-08-18 66/week @ 2024-08-25 66/week @ 2024-09-01 39/week @ 2024-09-08 57/week @ 2024-09-15 205/week @ 2024-09-22 127/week @ 2024-09-29 20/week @ 2024-10-06 29/week @ 2024-10-13 34/week @ 2024-10-20 43/week @ 2024-10-27 35/week @ 2024-11-03 8/week @ 2024-11-10

121 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