2 unstable releases

0.2.0 Mar 7, 2020
0.1.0 Oct 20, 2019

#2860 in Rust patterns

23 downloads per month

MIT license

12KB
305 lines

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;

lib.rs:

extended standard library

Dependencies

~8KB