extendable 0.1.0

A library for creating extendable types in Rust.
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented2 out of 10 items with examples
  • Size
  • Source code size: 7.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 312.28 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zebp

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.