File: README.md

package info (click to toggle)
rust-line-wrap 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
[![](https://img.shields.io/crates/v/line_wrap.svg)](https://crates.io/crates/line_wrap) [![](https://docs.rs/line-wrap/badge.svg)](https://docs.rs/line-wrap/) [![Build Status](https://semaphoreci.com/api/v1/marshallpierce/line-wrap-rs/branches/master/shields_badge.svg)](https://semaphoreci.com/marshallpierce/line-wrap-rs) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)

See the [docs](https://docs.rs/line-wrap/) for usage info.

This line-wrapping logic originally was part of [rust-base64](https://github.com/marshallpierce/rust-base64).