This website works better with JavaScript.
Explore
Help
Sign In
NextGraph
/
async-tungstenite
Watch
1
Star
0
Fork
You've already forked async-tungstenite
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Advertise not using unsafe code.
Browse Source
pull/16/head
Naja Melan
5 years ago
committed by
Sebastian Dröge
parent
17ceebb5dc
commit
249dbf7f2d
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
src/lib.rs
2
src/lib.rs
Unescape
Escape
View File
@ -32,6 +32,8 @@
unused_import_braces
)
]
#![
forbid(unsafe_code)
]
pub
use
tungstenite
;
mod
compat
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
NextGraph/async-tungstenite
Title
Body
Create Issue