General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 1m51s
Some checks failed
CI / checks (push) Failing after 1m51s
This commit is contained in:
parent
5f11d476b6
commit
04019f1477
119 changed files with 10024 additions and 4882 deletions
|
|
@ -1,13 +1,15 @@
|
|||
pub mod communication_value;
|
||||
pub mod data_value;
|
||||
|
||||
pub use communication_value::CommunicationValue;
|
||||
#[cfg(feature = "crypto")]
|
||||
pub use communication_value::EncryptedPayload;
|
||||
pub use communication_value::{CommunicationValue, MAX_WIRE_ID};
|
||||
pub use data_value::{DataKind, DataValue};
|
||||
pub use mtp_common::CodecError;
|
||||
|
||||
pub use mtp_type_map::{
|
||||
CommunicationType, CommunicationTypeId, DataType, DataTypeId, PROTOCOL_VERSION, TypeMap,
|
||||
Version, communication_type_name, data_type_name,
|
||||
Version,
|
||||
};
|
||||
|
||||
pub(crate) fn rand_u32() -> u32 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue