File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,12 @@ Stabilized APIs
121
121
- [ ` i64::from_be_bytes ` ]
122
122
- [ ` i64::from_le_bytes ` ]
123
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 ` ]
124
130
- [ ` isize::to_be_bytes ` ]
125
131
- [ ` isize::to_le_bytes ` ]
126
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 ` ]
You can’t perform that action at this time.
0 commit comments