Docs.rs
draco-oxide-0.1.0-alpha.4
draco-oxide 0.1.0-alpha.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
shunski
rot1024
Dependencies
base64 ^0.21
normal
draco-nd-vector ^0.0.0
normal
enum_dispatch ^0.3.13
normal
faer ^0.22.6
normal
gltf ^1.4
normal
image ^0.25
normal
indexmap ^2.0
normal
lazy_static ^1.5.0
normal
paste ^1.0
normal
remain ^0.2.15
normal
schemars ^0.8
normal
seq-macro ^0.3.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0.12
normal
tobj ^4.0.3
normal
Versions
24.73%
of the crate is documented
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
EncoderConfig
draco_
oxide
0.1.0-alpha.4
Encoder
Config
Required Associated Types
Encoder
Required Methods
get_encoder
Implementors
In draco_
oxide::
encode
draco_oxide
::
encode
Trait
Encoder
Config
Copy item path
Source
pub trait EncoderConfig { type
Encoder
; // Required method fn
get_encoder
(&self) -> Self::
Encoder
; }
Required Associated Types
§
Source
type
Encoder
Required Methods
§
Source
fn
get_encoder
(&self) -> Self::
Encoder
Implementors
§