Docs.rs
gpt-parser-0.0.10
gpt-parser 0.0.10
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aruiz
Dependencies
crc ^3.0
normal
explicit-endian ^0.1.4
normal
base64 ^0.21
dev
flate2 ^1.0
dev
Versions
38.89%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gpt_
parser
0.0.10
LBAIndex
Required Methods
index
Implementors
In crate gpt_
parser
gpt_parser
Trait
LBAIndex
Copy item path
Source
pub trait LBAIndex { // Required method fn
index
<'a>(&'a self, slice:
Range
<
usize
>) -> &'a [
u8
]
ⓘ
; }
Required Methods
§
Source
fn
index
<'a>(&'a self, slice:
Range
<
usize
>) -> &'a [
u8
]
ⓘ
Implementors
§
Source
§
impl
LBAIndex
for
LBA4K
Source
§
impl
LBAIndex
for
LBA512