adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
2 stars 0 forks source link

Add build script alias to generate and open API documentation #114

Closed Hermann-Core closed 3 months ago

Hermann-Core commented 3 months ago

Is the name of this PR even consistent with these changes? It looks more like you're fixing the workspace configuration than providing a script of any kind.

The build script alias is defined in .cargo/config.toml. Now, by simply typing cargo docs in the terminal, we can generate the entire workspace API documentation and open it. Updates to the workspace manifest have been made to reflect these changes.