blob: 144658e1b0bf7828eab7c8d47e366f0f8dc7ee37 [file] [log] [blame]
// Copyright © 2024 Collabora, Ltd.
// SPDX-License-Identifier: MIT
extern crate proc_macro;
extern crate proc_macro2;
#[macro_use]
extern crate quote;
extern crate syn;
pub mod as_slice;