Bounded Static Derive
This crate provides the ToStatic macro which can be used to derive implementations of
the ToBoundedStatic and
IntoBoundedStatic traits for all structand 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