summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-12 12:58:40 +0000
committerGitHub <noreply@github.com>2023-04-12 12:58:40 +0000
commitc6580d8cd18fa0a80ee4b3e7d93e814552ce4707 (patch)
treedfaf25ca51b99bea13bf7e94765eaea7e0c1d726
parent803578649ac2e26b82e5de610e3dba3093d6600f (diff)
parent16d97613cb37d76232f251f621db9db6e81d208d (diff)
Merge #159
159: Feature/explain on readme r=TheNeikos a=TheNeikos Co-authored-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--Cargo.toml3
-rw-r--r--README.md5
2 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6527e8c..d08a695 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,3 +36,6 @@ url = { version = "2", optional = true }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
trybuild = "1.0.80"
+
+[package.metadata.docs.rs]
+all-features = true
diff --git a/README.md b/README.md
index c515ec8..ee6d88b 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,11 @@ match desc.kind() {
}
```
+## Extra Types
+
+This crate contains a `AsTypeDescription` implementation for various third party crates.
+The up to date list can be found on [docs.rs](https://docs.rs/type_description/latest/type_description/trait.AsTypeDescription.html#foreign-impls).
+
## Goals
* Follow the `serde` model and be compatible with all