Crates.io | coreutils_core |
lib.rs | coreutils_core |
version | 0.1.2 |
source | src |
created_at | 2020-03-18 06:00:45.802139 |
updated_at | 2024-07-02 03:22:45.450773 |
description | A crate with abstractions to implement UNIX core utilities |
homepage | https://crates.io/crates/coreutils_core |
repository | https://github.com/GrayJack/coreutils/tree/dev/coreutils_core |
max_upload_size | |
id | 220083 |
size | 154,862 |
It's a library used by this implementation of coreutils in Rust programming language.
Think of it as a crate to create coreutils tools.
Here lies several abstraction for Unix/Unix-like structures in the OS supported by the project.
It also re-export major needed things from bstr, a crate with a string type for Rust that is not required to be valid UTF-8, as well as time and libc
This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.