mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
10dad67f89
Xous has a concept of `services` that provide various features. Processes may connect to these services by name or by address. Most services require a name server in order to connect. Add a file with the most common services, and provide a way to connect to a service by querying the name server. Signed-off-by: Sean Cross <sean@xobs.io>