Skip to content

Commit 9f7a399

Browse files
committed
fix stream
1 parent 80c71b2 commit 9f7a399

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright [2023] [Wenmeng]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

src/binary/mod.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
// Copyright 2022 - 2023 Wenmeng See the COPYRIGHT
22
// file at the top-level directory of this distribution.
3-
//
3+
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
55
// http://www.apache.org/licenses/LICENSE-2.0>, at your
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
8-
//
8+
//
99
// Author: tickbh
1010
// -----
1111
// Created Date: 2023/08/28 09:38:10
1212

1313
// copy a large content from bytes.
1414

1515
mod binary;
16-
mod binary_ref;
1716
mod binary_mut;
17+
mod binary_ref;
1818
mod buf;
1919
mod buf_mut;
2020

21-
22-
pub use binary_mut::BinaryMut;
2321
pub use binary::Binary;
22+
pub use binary_mut::BinaryMut;
2423
pub use binary_ref::BinaryRef;
2524
pub use buf::Buf;
2625
pub use buf_mut::BufMut;

0 commit comments

Comments
 (0)