Documentation for tronz, an idiomatic, async-first Rust SDK for the TRON network — inspired by alloy.
The site is built with vocs.
cd vocs
bun install # or: npm install
bun run dev # or: npm run devThen open the printed local URL.
vocs/vocs.config.ts— site config (title, nav, socials).vocs/sidebar.ts— sidebar layout.vocs/docs/pages/— documentation pages (.md/.mdx).vocs/docs/snippets/— runnable Rust example sources, embedded into pages via// [!include ~/snippets/...].
Licensed under either of Apache License, Version 2.0 or MIT license at your option.