linked_macros_impl/
lib.rs

1// Copyright (c) Microsoft Corporation.
2// Copyright (c) Folo authors.
3
4#![allow(
5    missing_docs,
6    reason = "Private API, public API is documented in `linked` crate"
7)]
8
9pub mod linked_object;
10mod syn_helpers;