brutils 0.1.21

Some utilities for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "brutils"
version = "0.1.21"
authors = ["MineGame159 <petulko08@gmail.com>"]
edition = "2018"
description = "Some utilities for Rust"
homepage = "https://github.com/MineGame159/brutils"
repository = "https://github.com/MineGame159/brutils"
readme = "README.md"
keywords = ["utils", "utilities"]
license = "MIT"

[badges]
gitlab = { repository = "https://github.com/MineGame159/brutils" }

[dependencies]
libc = "0.2.55"