aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/primitive/string.rs')
-rw-r--r--src/primitive/string.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/primitive/string.rs b/src/primitive/string.rs
index 590c529..7ea838d 100644
--- a/src/primitive/string.rs
+++ b/src/primitive/string.rs
@@ -10,6 +10,8 @@ use log::trace;
use crate::util;
use crate::{Deserialize, DeserializeUTF8, Serialize, SerializeUTF8};
+pub type ByteArray = String;
+
/// We Shadow the String type here as we can only use impl on types in our own scope.
///
/// Strings are serialized as an i32 for the length in bytes, then the chars represented in UTF-16 in bytes.
/span>/+120 2021-01-04add message parsing feature flagsMax Audron-43/+96 2021-01-04fix parsing of datetime when value is -1Max Audron-1/+9 2021-01-02update dependenciesMax Audron-267/+27 2021-01-02rework handshakemessage parsingMax Audron-141/+278 2020-10-16updateMax Audron-1553/+294 2020-10-16update paperworkMax Audron-487/+391