pub fn create_tools(
client: Arc<DapClient>,
) -> Result<Vec<Arc<dyn Tool>>, SynwireError>Expand description
Create all 14 DAP tools bound to the given client.
ยงErrors
Returns SynwireError if any tool fails validation (should not happen
with the hard-coded names).