shell_rs/core/
mod.rs

1// Copyright (c) 2021 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
2// Use of this source is governed by Apache-2.0 License that can be found
3// in the LICENSE file.
4
5pub mod arch;
6pub mod env;
7pub mod fs;
8pub mod grp;
9pub mod pwd;
10pub mod str;