Document follow-up attributes
Open
- Dominant language
- Rust
- Stars
- 890
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
It seems like
```rust
#[distributed_slice(FOO)]
#[linkme(crate=::mycrate::linkme)]
static BENCH_DESERIALIZE: fn(&mut Bencher) = bench_deserialize;
```
causes `distributed_slice` to refer to the linkme crate as `::mycrate::linkme`. But, I don't see this documented anywhere. I don't quite understand it well enough to write those docs myself :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.