Add docs for subxt-rpcs and fix example (#1954)

* Add docs for subxt-rpcs and fix example

* Add docs bits in Cargo.toml

* add missing docsrs cfg_attr

---------

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
James Wilson
2025-03-11 17:14:14 +00:00
committed by GitHub
parent 4c32ee1e78
commit 20bc4b89ca
5 changed files with 27 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
//! Subxt utils fetch metadata.
#![cfg_attr(docsrs, feature(doc_cfg))]
// Internal helper macros
#[macro_use]
mod macros;