This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix reference to frame module.
wip
Titouan Rigoudy
4 years ago
parent
45842cdf93
commit
72bc8e2013
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/proto/value.rs
+ 1
- 1
src/proto/value.rs
View File
@ -13,7 +13,7 @@
//! * Pairs are serialized as two consecutive values.
//! * Vectors are serialized as length-prefixed arrays of serialized values.
//!
//! See the `frame
_codec
` module for the codec applied to byte streams.
//! See the `frame` module for the codec applied to byte streams.
use
std
::
io
;
use
std
::
net
;
Write
Preview
Loading…
Cancel
Save