9 releases (breaking)
0.8.0 | Jun 23, 2024 |
---|---|
0.7.0 | Oct 25, 2023 |
0.6.0 | Oct 20, 2023 |
0.5.0 | Apr 29, 2023 |
0.1.0 | Feb 18, 2022 |
#38 in #bounded
9,068 downloads per month
Used in 20 crates
(via bounded-static)
26KB
477 lines
Bounded Static Derive
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" ] }
License
bounded-static-derive
is distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.
Copyright 2022
Dependencies
~285–750KB
~18K SLoC