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.
yaml
bounded-static = { version = "0.2.0", features = [ "derive" ] }
bounded-static-derive
is distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.
Copyright 2022