utf8-bufread 1.0.0

Provides alternatives to BufRead's read_line & lines that stop not on newlines
Documentation
[package]
name = "utf8-bufread"
version = "1.0.0"
authors = ["Morgane Austreelis <morgane.austreelis@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
keywords = ["io", "string", "read"]
categories = ["text-processing"]
repository = "https://gitlab.com/Austreelis/utf8-bufread"
description = "Provides alternatives to BufRead's read_line & lines that stop not on newlines"

[dev-dependencies]
trybuild = "^1"