1
Fork 0

Move IpAddr and SocketAddr to core

This commit is contained in:
Linus Färnstrand 2022-11-10 21:48:41 +01:00
parent 43ee4d15bf
commit 6cb34492a6
16 changed files with 4079 additions and 3784 deletions

View file

@ -287,6 +287,8 @@
#![feature(float_next_up_down)]
#![feature(hasher_prefixfree_extras)]
#![feature(hashmap_internals)]
#![feature(ip)]
#![feature(ip_in_core)]
#![feature(is_some_and)]
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_write_slice)]