## Fiber RPC documentation generator This is a simple tool to generate documentation for Fiber RPC services. It uses the `fiber_rpc` crate to parse the service definition and generate the documentation. ### Usage ```sh fiber-rpc-gen ~/code/fiber/src/rpc -o ~/code/fiber/src/rpc/README.md ```