Docs.rs
dbent-derive-0.1.0
Platform
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
dbent-derive 0.1.0
Dbent procedural macros
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
entity_key_not_first.rs
entity_key_not_first.stderr
entity_label_multiple_labels.rs
entity_label_multiple_labels.stderr
entity_label_no_attr.rs
entity_label_no_attr.stderr
entity_label_no_struct.rs
entity_label_no_struct.stderr
entity_label_struct_unit.rs
entity_label_struct_unit.stderr
entity_label_struct_unnamed_fields.rs
entity_label_struct_unnamed_fields.stderr
entity_no_key.rs
entity_no_key.stderr
entity_no_struct.rs
entity_no_struct.stderr
entity_struct_unit.rs
entity_struct_unit.stderr
entity_struct_unnamed_fields.rs
entity_struct_unnamed_fields.stderr
1
2
3
4
5
6
use
dbent
::
prelude
::
*
;
#
[
derive
(
Entity
)
]
struct
Test
(
)
;
fn
main
(
)
{
}