Docs.rs
oca-bundle-0.4.5
oca-bundle 0.4.5
Permalink
Docs.rs crate page
EUPL-1.2
Links
crates.io
Source
Owners
mitfik
github:thclab:core-team
Dependencies
cascade ^1.0.1
normal
convert_case ^0.6.0
normal
dyn-clonable ^0.9.0
normal
erased-serde ^0.3.16
normal
getrandom ^0.2.10
normal
indexmap ^1.8.0
normal
isolang ^2.3.0
normal
lazy_static ^1.4.0
normal
linked-hash-map ^0.5.6
normal
oca-ast ^0.4.5
normal
paste ^1.0.11
normal
piccolo ^0.1.1
normal
regex ^1.5.4
normal
said ^0.3.0
normal
serde ^1.0
normal
serde-value ^0.7.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
thiserror ^1.0.49
normal
urn ^0.5.1
normal
wasm-bindgen ^0.2.89
normal
maplit ^1.0.2
dev
Versions
1.04%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
oca_
bundle
0.4.5
Encode
Required Methods
encode
Implementors
In crate oca_
bundle
oca_bundle
Trait
Encode
Copy item path
Source
pub trait Encode { // Required method fn
encode
(&self) ->
Result
<
Vec
<
u8
>,
Error
>; }
Required Methods
§
Source
fn
encode
(&self) ->
Result
<
Vec
<
u8
>,
Error
>
Implementors
§
Source
§
impl
Encode
for
OCABundle