File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright [yyyy ] [name of copyright owner ]
189
+ Copyright [2023 ] [Wenmeng ]
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 - 2023 Wenmeng See the COPYRIGHT
2
2
// file at the top-level directory of this distribution.
3
- //
3
+ //
4
4
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
5
// http://www.apache.org/licenses/LICENSE-2.0>, at your
6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
- //
8
+ //
9
9
// Author: tickbh
10
10
// -----
11
11
// Created Date: 2023/08/28 09:38:10
12
12
13
13
// copy a large content from bytes.
14
14
15
15
mod binary;
16
- mod binary_ref;
17
16
mod binary_mut;
17
+ mod binary_ref;
18
18
mod buf;
19
19
mod buf_mut;
20
20
21
-
22
- pub use binary_mut:: BinaryMut ;
23
21
pub use binary:: Binary ;
22
+ pub use binary_mut:: BinaryMut ;
24
23
pub use binary_ref:: BinaryRef ;
25
24
pub use buf:: Buf ;
26
25
pub use buf_mut:: BufMut ;
You can’t perform that action at this time.
0 commit comments