Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
b2ecbe42a
/
.
/
crates
/
netlink-proto
/
src
/
protocol
/
mod.rs
blob: 7fc136fa1fef6a4e6da21cd4021165981a412d47 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: MIT
#[
allow
(
clippy
::
module_inception
)]
mod
protocol
;
mod
request
;
pub
(
crate
)
use
protocol
::{
Protocol
,
Response
};
pub
(
crate
)
use
request
::
Request
;