move examples to main repo so we can include_str them for publishing (#993)

* move exampels to main repo so we can include_str them for publishing

* update CI to not break examples
This commit is contained in:
James Wilson
2023-06-01 14:27:12 +01:00
committed by GitHub
parent 15a267cc5a
commit e40a8629e2
31 changed files with 31 additions and 55 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Subxt Examples
Take a look in the [examples](./examples) subfolder for various `subxt` usage examples.
Each folder here contains a complete example which makes use of subxt in some way.
All examples form part of the `subxt` documentation; there should be no examples without corresponding links from the docs.
For smaller single-file examples, see the `./subxt/examples` folder.