Docs.rs
const_hashmap_macros-0.1.0
const_hashmap_macros 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cjperron
Dependencies
proc-macro2 ^1.0.95
normal
quote ^1.0.40
normal
syn ^2.0.101
normal
const_hashmap ^0.1.0
dev
Versions
100%
of the crate is documented
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
const_
hashmap_
macros
0.1.0
All Items
Crate Items
Macros
Derive Macros
Crate
const_hashmap_macros
Copy item path
Source
Expand description
Macros for
const_hashmap
crate
Macros
§
const_
hashmap
Macro that generates a
ConstMap
from a list of key-value pairs.
Derive Macros
§
ConstEq
Derives a
ConstEq
implementation for a struct or enum.
Const
Hash
Derives a
ConstHash
implementation for a struct or enum.