embed-doc-image 0.1.4

Embed images in Rust documentation
Documentation
# embed-doc-image

`embed-doc-image` is proc macro crate that facilitates the embedding of images in Rust documentation.

Please see the [documentation](https://docs.rs/embed-doc-image) for motivation, usage instructions and more.

## Contributing
I'm happy to accept contributions in the form of pull requests, bug reports or feature requests.

For major contributions I'd prefer that you first open an issue so that we can
discuss whether the proposed changes are appropriate.

## Acknowledgements

As an inexperienced proc macro hacker, I would not have managed to arrive at this
solution without the help of several individuals on the Rust Programming Language Community
Discord server, most notably:

- Yandros [(github.com/danielhenrymantilla)]https://github.com/danielhenrymantilla
- Nemo157 [(github.com/Nemo157)]https://github.com/Nemo157

## License

This crate is licensed under the MIT license. See `LICENSE` for details.