docgen 0.1.1

Rust library made for dynamically documenting Rust items created by a macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `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).