clean doc
This commit is contained in:
parent
b5ae8c5088
commit
df2a441148
13 changed files with 84 additions and 80 deletions
|
|
@ -1,10 +1,10 @@
|
|||
//! The encoded value format: https://source.android.com/docs/core/runtime/dex-format#encoding
|
||||
//! The encoded value format: <https://source.android.com/docs/core/runtime/dex-format#encoding>
|
||||
|
||||
use crate::{EncodedAnnotation, EncodedArray, Error, ReadSeek, Result, Serializable};
|
||||
use std::io::Write;
|
||||
|
||||
/// An encoded value of arbitrary hierachically structured data:
|
||||
/// https://source.android.com/docs/core/runtime/dex-format#encoding
|
||||
/// <https://source.android.com/docs/core/runtime/dex-format#encoding>
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum EncodedValue {
|
||||
Byte(i8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue