syncdoc-core 0.4.0

Core functionality for syncdoc - procedural macro implementation for documentation injection
Documentation
1
2
3
4
5
6
7
8
9
# syncdoc-core

[![crates.io](https://img.shields.io/crates/v/syncdoc-core.svg)](https://crates.io/crates/syncdoc-core)
[![documentation](https://docs.rs/syncdoc-core/badge.svg)](https://docs.rs/syncdoc-core)
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/syncdoc-core.svg)](./LICENSE)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lmmx/syncdoc/master.svg)](https://results.pre-commit.ci/latest/github/lmmx/syncdoc/master)
[![free of syn](https://img.shields.io/badge/free%20of-syn-hotpink)](https://github.com/fasterthanlime/free-of-syn)

Core implementation for syncdoc. See [main README](https://github.com/lmmx/syncdoc) for full documentation.