Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
rust
/
proc
/
lib.rs
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
;