1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
use crate;
use crateSBin;
/// Unsafe interface for `Bin`. This is only to be used if you want to
/// implement your own binary type.
///
/// Note: Naming (the `_`) is a bit awkward: This is intentional: This trait is implemented
/// for `Bin` and we want to make sure the IDE does not auto-complete; or the user uses these
/// functions accidentally.
pub unsafe