Crate calculator_server
source ·Expand description
A server to handle calculator requests.
This component (and the accompying parent realm) is a realistic example of how to create & route client/server components in Fuchsia. It aims to be fully fleshed out and showcase best practices such as:
- Testing
- Exposing capabilities
- Well commented code
- FIDL interaction
- Error handling
Enums
Wraps all hosted protocols into a single type that can be matched against
and dispatched.
Statics
Functions
Handler for incoming service requests.
main 🔒
Calculator server entry point.