We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34f5f2 commit 0abb365Copy full SHA for 0abb365
src/lib.rs
@@ -54,6 +54,7 @@
54
#![deny(missing_docs)]
55
#![deny(rust_2018_compatibility)]
56
#![deny(rust_2018_idioms)]
57
+#![cfg_attr(not(feature = "std"), no_std)]
58
59
pub mod de;
60
pub mod ser;
0 commit comments