This website requires JavaScript.
Explore
Help
Register
Sign In
ospab
/
ostp
mirror of
https://github.com/ospab/ostp.git
Watch
1
Star
0
Fork
You've already forked ostp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
76de3c6422
ostp
/
test_addr.rs
4 lines
92 B
Rust
Raw
Blame
History
use
std
::
net
::
SocketAddr
;
fn
main
(
)
{
println!
(
\
:
?
\
,
\
[
::
1
]
:
80
\
.
parse
::
<
SocketAddr
>
(
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink