paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
391 stars 236 forks source link

Examples should be in the same folder #1520

Closed ltfschoen closed 3 months ago

ltfschoen commented 3 months ago

Why are the examples mixed across two directories:

https://github.com/paritytech/subxt/tree/master/examples https://github.com/paritytech/subxt/tree/master/subxt/examples

Why aren't they all in the same folder?