Docs.rs
i-codegen-code-0.0.5
i-codegen-code 0.0.5
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
colelawrence
Dependencies
linkme ^0.3
normal
optional
serde ^1.0
normal
serde-reflection ^0.3.6
normal
optional
serde_json ^1.0
normal
optional
Versions
31.03%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
i_
codegen_
code
0.0.5
Module types
Module Items
Structs
Enums
In crate i_
codegen_
code
i_codegen_code
Module
types
Copy item path
Source
Structs
§
Function
Format
Free standing function item such as
fn start() -> ()
.
Named
A named value. Used for named parameters or variants.
Spanned
Type
Root
Enums
§
Container
Format
Serde-based serialization format for named “container” types. In Rust, those are enums and structs.
Enum
Representation
Format
Serde-based serialization format for anonymous “value” types. This is just the path respecting serde names into the container It gets replaced by the knowledge
Root
Item
Containers (structs and enums) or functions (fns with
#[fn_codegen]
).
Variant
Format
Description of a variant in an enum.