mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 00:23:24 +00:00
Rename crates from jinux-* to aster-*
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6dbf5d560d
commit
93781df27b
5
services/libs/aster-std/src/net/socket/unix/mod.rs
Normal file
5
services/libs/aster-std/src/net/socket/unix/mod.rs
Normal file
@ -0,0 +1,5 @@
|
||||
mod addr;
|
||||
mod stream;
|
||||
|
||||
pub use addr::UnixSocketAddr;
|
||||
pub use stream::UnixStreamSocket;
|
Reference in New Issue
Block a user