# `docgen` [![Build Status]][actions] [![Latest Version]][crates.io]
[Build Status]: https://img.shields.io/github/workflow/status/seancroach/docgen/CI?logo=github
[actions]: https://github.com/seancroach/docgen/actions/workflows/ci.yml
[Latest Version]: https://img.shields.io/crates/v/docgen?logo=rust
[crates.io]: https://crates.io/crates/docgen
*Rust library made for dynamically documenting Rust items created by a macro.* View the documentation on `docs.rs` [here][docs].
[docs]: https://docs.rs/docgen
## License
This crate is available as open source under the terms of the [MIT License](https://github.com/seancroach/docgen/blob/latest/LICENSE.md).