add check sort
This commit is contained in:
parent
d5b8222491
commit
736c4611ac
3 changed files with 16 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
use crate::{EncodedAnnotation, EncodedArray, Error, ReadSeek, Result, Serializable};
|
||||
use std::io::Write;
|
||||
|
||||
// TODO: TESTS!!!
|
||||
/// An encoded value of arbitrary hierachically structured data:
|
||||
/// https://source.android.com/docs/core/runtime/dex-format#encoding
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
@ -669,3 +668,5 @@ impl Serializable for Idx {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: TESTS!!!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue