2 releases

0.1.1 Sep 27, 2024
0.1.0 Jun 26, 2024

#596 in Web programming

Download history 41/week @ 2024-08-17 48/week @ 2024-08-24 83/week @ 2024-08-31 29/week @ 2024-09-07 56/week @ 2024-09-14 171/week @ 2024-09-21 157/week @ 2024-09-28 35/week @ 2024-10-05 29/week @ 2024-10-12 34/week @ 2024-10-19 43/week @ 2024-10-26 33/week @ 2024-11-02 6/week @ 2024-11-09 29/week @ 2024-11-16 46/week @ 2024-11-23 48/week @ 2024-11-30

130 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