Docs.rs
pak-db-0.2.0
pak-db 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
MrVintage710
Dependencies
bincode ^1.3.3
normal
logos ^0.15.1
normal
ordermap ^1.0.0
normal
serde ^1.0.218
normal
thiserror ^2.0.12
normal
strum ^0.27
dev
strum_macros ^0.27
dev
Versions
17.37%
of the crate is documented
This release has been yanked, go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
PakSearchable
pak_db
0.2.0
PakSearchable
Required Methods
get_indices
Implementors
In pak_
db::
group
pak_db
::
group
Trait
PakSearchable
Copy item path
Source
pub trait PakSearchable { // Required method fn
get_indices
(&self) ->
Vec
<
PakIndex
>; }
Required Methods
§
Source
fn
get_indices
(&self) ->
Vec
<
PakIndex
>
Implementors
§