Crate calculator_client
source ·Expand description
A simple client to test functionality of examples/fidl/calculator/server.
This component connects to the Calculator FIDL service defined in calculator.fidl
You should be using this component when you want to test that the calculator-server is:
- Running
- Functioning as expected
Modules
parse 🔒
A simple parser for calculator expressions.