xstd

Crates.ioxstd
lib.rsxstd
version0.2.0
sourcesrc
created_at2019-10-20 08:20:47.436071
updated_at2020-03-07 07:54:56.45
descriptioneXtended STandarD library
homepage
repositoryhttps://github.com/j-keck/xstd-rs
max_upload_size
id174170
size12,710
Jürgen Keck (j-keck)

documentation

https://j-keck.github.io/xstd-rs/

README

Intro

extended standard library for rust.

Why?

Things which i miss in rust's standard library.

Features

Currently not much.

API doc: https://j-keck.github.io/xstd-rs/

Usage

Add xstd to the dependencies section in your Cargo.toml

[dependencies]
xstd = "0.2"

Import everything:

use xstd::prelude::*;

Or select only what you need:

use xstd::vec::Unlines;
Commit count: 13

cargo fmt