Docs.rs
uika-codegen-0.1.0
uika-codegen 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
VioletHelianthus
Dependencies
serde ^1
normal
serde_json ^1
normal
toml ^0.8
normal
uika-ue-flags ^0.1.0
normal
Versions
43.83%
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
Skip to main content
Module properties
uika_
codegen
0.1.0
Module properties
Module Items
Structs
Functions
In uika_
codegen::
rust_
gen
uika_codegen
::
rust_gen
Module
properties
Copy item path
Source
Structs
§
Property
Context
Context that parameterizes property codegen for classes vs structs.
Functions
§
collect_
deduped_
properties
Collect supported, deduplicated properties, returning their getter name set and the property list. Properties referencing types not in the context (e.g., enums/classes from non-enabled modules) are filtered out.
default_
value_
for
Get a default value literal for a Rust type.
generate_
property
Generate a getter and setter for a single property (used as default impls in Ext trait).