Skip to content

Commit 40d3700

Browse files
authored
Merge pull request #71 from xabra/patch-1
Add floats to lists of supported types
2 parents 2626c03 + d3ecdae commit 40d3700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//! - Supports deserialization of:
1616
//! - `bool`
1717
//! - Integers
18+
//! - Floats
1819
//! - `str` (This is a zero copy operation.) (\*)
1920
//! - `Option`
2021
//! - Arrays
@@ -24,6 +25,7 @@
2425
//! - Supports serialization (compact format only) of:
2526
//! - `bool`
2627
//! - Integers
28+
//! - Floats
2729
//! - `str` (\*\*)
2830
//! - `Option`
2931
//! - Arrays

0 commit comments

Comments
 (0)