Crates.io | bad |
lib.rs | bad |
version | 0.1.1 |
source | src |
created_at | 2019-10-18 20:06:57.656352 |
updated_at | 2019-11-09 09:33:05.115267 |
description | Unlicensed bad ideas. |
homepage | https://github.com/nvzqz/bad-rs |
repository | https://github.com/nvzqz/bad-rs |
max_upload_size | |
id | 173835 |
size | 16,500 |
A collection of (bad) ideas in Rust that you may or may not want to make use of in your next big project. Courtesy of Nikolai Vazquez.
This crate is available on crates.io and can be
used by adding the following to your project's
Cargo.toml
:
[dependencies]
bad = "0.1.1"
and optionally add this to your crate root (main.rs
or lib.rs
):
extern crate bad;
This crate exposes the following functionality:
A single pass, no-nonsense sorting algorithm with O(n) complexity that removes elements until the value is sorted.
A type alias to !
(never) that works in places !
doesn't
currently in stable Rust.
This project is released under either:
at your choosing.