Add a check for duplicate function names and display a warning/error if there are any. The host does not allow this, and we want to add a fail-fast approach here on the worker side when the worker ...
Currently, our Rust client only supports several basic operations. Specifically, now, the Admin only supports "create_table" and "get_table", which limits the functionalities of the Rust client.