Docs.rs
weld-codegen-0.6.0
weld-codegen 0.6.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
stevelr
wasmcloud-automation
legolasgl
Dependencies
Inflector ^0.11
normal
anyhow ^1.0
normal
atelier_assembler ^0.1
normal
atelier_core ^0.2
normal
atelier_json ^0.2
normal
atelier_smithy ^0.2
normal
bytes ^1.0
normal
cfg-if ^1.0
normal
clap ^4.0.22
normal
directories ^4.0
normal
downloader ^0.2
normal
handlebars ^4.0
normal
lazy_static ^1.4
normal
lexical-sort ^0.3
normal
reqwest ^0.11
normal
rustc-hash ^1.1
normal
semver ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
tempfile ^3.2
normal
thiserror ^1.0
normal
toml ^0.5
normal
Versions
51.19%
of the crate is documented
Go to latest version
Platform
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
☰
ToBytes
Required Methods
to_bytes
Implementations on Foreign Types
&String
&[u8; N]
&[u8]
&str
BytesMut
Implementors
In weld_codegen::writer
?
Trait
weld_codegen
::
writer
::
ToBytes
source
·
[
−
]
pub trait ToBytes { fn
to_bytes
(&self) -> &[
u8
]
ⓘ
; }
Required Methods
source
fn
to_bytes
(&self) -> &[
u8
]
ⓘ
Implementations on Foreign Types
source
impl
ToBytes
for &
str
source
fn
to_bytes
(&self) -> &[
u8
]
ⓘ
source
impl
ToBytes
for &
String
source
fn
to_bytes
(&self) -> &[
u8
]
ⓘ
source
impl
ToBytes
for &[
u8
]
source
fn
to_bytes
(&self) -> &[
u8
]
ⓘ
source
impl
ToBytes
for
BytesMut
source
fn
to_bytes
(&self) -> &[
u8
]
ⓘ
source
impl<const N:
usize
>
ToBytes
for &[
u8
;
N
]
source
fn
to_bytes
(&self) -> &[
u8
]
ⓘ
Implementors