Crates.io | substd |
lib.rs | substd |
version | |
created_at | 2025-02-06 06:24:11.947726+00 |
updated_at | 2025-02-06 06:24:11.947726+00 |
description | An unstable replacement for std and core modules with a focus on speed over safety. |
homepage | |
repository | https://github.com/Azzybana/substd |
max_upload_size | |
id | 1545134 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | im-a-teapot = false | ^^^^^^^^^^^ unknown field `im-a-teapot`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `workspace`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autolib`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Welcome to SubStd - an experimental, performance-focused alternative implementation of Rust's std/core modules. This library prioritizes raw speed over safety guarantees! πββοΈπ¨
SubStd provides blazing-fast alternatives to common std/core functionality by:
Performance is our #1 priority! Expect:
This is a work in progress! Contributors welcome, but please note:
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.