blob: aa66524c1985461f974c9652d5403d9a89b8e52d [file] [log] [blame]
// Copyright 2021 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.
pub type FsString = Vec<u8>;
pub type FsStr = [u8];