extendable

Crates.ioextendable
lib.rsextendable
version0.1.0
sourcesrc
created_at2024-04-21 14:45:30.310702
updated_at2024-04-21 14:45:30.310702
descriptionA library for creating extendable types in Rust.
homepage
repositoryhttps://github.com/zebp/extendable
max_upload_size
id1215440
size7,947
Zeb Piasecki (zebp)

documentation

README

extendable

A crate providing an Extensions type similar to http::Extensions.

Why not the extensions crate?

extensions requires that self for the methods on Extensions be 'static, which might not be desirable for your use case.

License

This project is licensed under the MIT license.

Commit count: 0

cargo fmt