bounded-static-derive

Crates.iobounded-static-derive
lib.rsbounded-static-derive
version0.8.0
sourcesrc
created_at2022-02-18 10:20:04.69096
updated_at2024-06-23 05:25:47.172249
descriptionMacro to derive ToBoundedStatic and IntoBoundedStatic traits
homepage
repository
max_upload_size
id534650
size44,047
FujiApple (fujiapple852)

documentation

README

Documentation Crate

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

Commit count: 0

cargo fmt