embed-doc-image icon indicating copy to clipboard operation
embed-doc-image copied to clipboard

Embed images in Rust documentation

Results 4 embed-doc-image issues
Sort by recently updated
recently updated
newest added

Hi, I've noticed there isn't a support for enums. This item is an enhancement request to introduce support for enum types.

Does the macro get expanded when doing a standard `cargo build`? That would be a lot of processing for something that will be thrown away when producing a binary. Or,...

Currently, `syn` is only necessary for the `embed_doc_image` attribute. Although the `#[embed_doc_image]` also works on older Rust versions, it seems like a reasonable trade-off to only be able to generate...

Hi! Thanks for writing this crate. It seems the example in the repo no longer works on newer Rust. I clone this repo and run `cargo doc --open` with Rust...