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 07bbec9 commit 2e8a58bCopy full SHA for 2e8a58b
src/de.rs
@@ -1,6 +1,7 @@
1
//! Deserialize JSON data to a Rust data structure.
2
3
use crate::error::{Error, ErrorCode, Result};
4
+#[cfg(feature = "float_roundtrip")]
5
use crate::lexical;
6
use crate::lib::str::FromStr;
7
use crate::lib::*;
src/lib.rs
@@ -455,6 +455,7 @@ mod features_check;
455
mod io;
456
#[cfg(feature = "std")]
457
mod iter;
458
459
mod lexical;
460
mod number;
461
mod read;
0 commit comments