fiber-rpc-gen

Crates.iofiber-rpc-gen
lib.rsfiber-rpc-gen
version0.1.17
created_at2024-10-27 12:56:22.507861+00
updated_at2025-07-31 03:23:25.625258+00
descriptionA simple tool to generate documentation for Fiber RPC services.
homepage
repository
max_upload_size
id1424598
size76,136
Yukang (chenyukang)

documentation

README

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

fiber-rpc-gen ~/fiber/src/

Assume the directory ~/fiber/src/rpc exists and the generate documentation will be ~/fiber/src/rpc/README.md

Commit count: 0

cargo fmt