We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d631f commit a9ac964Copy full SHA for a9ac964
RELEASES.md
@@ -121,6 +121,12 @@ Stabilized APIs
121
- [`i64::from_be_bytes`]
122
- [`i64::from_le_bytes`]
123
- [`i64::from_ne_bytes`]
124
+- [`i128::to_be_bytes`]
125
+- [`i128::to_le_bytes`]
126
+- [`i128::to_ne_bytes`]
127
+- [`i128::from_be_bytes`]
128
+- [`i128::from_le_bytes`]
129
+- [`i128::from_ne_bytes`]
130
- [`isize::to_be_bytes`]
131
- [`isize::to_le_bytes`]
132
- [`isize::to_ne_bytes`]
@@ -151,6 +157,12 @@ Stabilized APIs
151
157
- [`u64::from_be_bytes`]
152
158
- [`u64::from_le_bytes`]
153
159
- [`u64::from_ne_bytes`]
160
+- [`u128::to_be_bytes`]
161
+- [`u128::to_le_bytes`]
162
+- [`u128::to_ne_bytes`]
163
+- [`u128::from_be_bytes`]
164
+- [`u128::from_le_bytes`]
165
+- [`u128::from_ne_bytes`]
154
166
- [`usize::to_be_bytes`]
155
167
- [`usize::to_le_bytes`]
156
168
- [`usize::to_ne_bytes`]
0 commit comments