2 unstable releases
0.2.0 | Mar 7, 2020 |
---|---|
0.1.0 | Oct 20, 2019 |
#1933 in Rust patterns
28 downloads per month
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