sabry_procmacro_impl 0.0.3

Sabry proc-macro internals reusable outside of proc-macro context
Documentation
1
2
3
4
5
6
7
8
sabry_procmacro_impl is an internal-ish part of the sabry lib, you should probably start from [here](https://crates.io/crates/sabry)

There is very low probability, that you should depend on this crate, instead do:

```rust,ignore
[dependencies]
sabry = {version = "0.0.3"}
```