Crates.io | bounded-static-derive |
lib.rs | bounded-static-derive |
version | 0.8.0 |
source | src |
created_at | 2022-02-18 10:20:04.69096 |
updated_at | 2024-06-23 05:25:47.172249 |
description | Macro to derive ToBoundedStatic and IntoBoundedStatic traits |
homepage | |
repository | |
max_upload_size | |
id | 534650 |
size | 44,047 |
This crate provides the ToStatic
macro which can be used to derive implementations of
the ToBoundedStatic
and
IntoBoundedStatic
traits for all struct
and enum
that can be converted to a form that is bounded by 'static
.
The ToStatic
macro should be used via the bounded-static
crate rather
than using this crate directly.
bounded-static = { version = "0.8.0", features = [ "derive" ] }
bounded-static-derive
is distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.
Copyright 2022