Sign in
fuchsia
/
fuchsia.git
/
refs/heads/main
/
.
/
src
/
starnix
/
modules
/
tracefs
/
lib.rs
blob: e961cb4342259837541839e89d341192cf1596f7 [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#![
recursion_limit
=
"256"
]
mod
fs
;
mod
tracing_directory
;
pub
use
fs
::*;