Docs.rs
weld-codegen-0.7.0
weld-codegen 0.7.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.7
normal
Versions
58.97%
of the crate is documented
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
weld_
codegen
0.7.0
ToBytes
Required Methods
to_bytes
Implementations on Foreign Types
&String
&[u8; N]
&[u8]
&str
BytesMut
Implementors
In weld_
codegen::
writer
weld_codegen
::
writer
Trait
ToBytes
Copy item path
Source
pub trait ToBytes { // Required method 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
§