Show rkyv support on docs.rs

This commit is contained in:
Paul Dicker 2023-09-21 11:31:07 +02:00 committed by Paul Dicker
parent 5fc9be8800
commit c4fc4c4b75

View File

@ -62,7 +62,7 @@ bincode = { version = "1.3.0" }
wasm-bindgen-test = "0.3"
[package.metadata.docs.rs]
features = ["serde"]
features = ["serde, rkyv"]
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]