Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goto-bus-stop/multisplice-rs

easily splice a string multiple times, using offsets into the original string
https://github.com/goto-bus-stop/multisplice-rs

Last synced: about 22 hours ago
JSON representation

easily splice a string multiple times, using offsets into the original string

Awesome Lists containing this project

README

        

# multisplice

easily splice a string multiple times, using offsets into the original string

[![crates][crates-image]][crates-url]
[![travis][travis-image]][travis-url]
[![docs][docs-image]][docs-url]

[crates-image]: https://img.shields.io/crates/v/multisplice.svg?style=flat-square
[crates-url]: https://crates.io/crates/multisplice
[travis-image]: https://img.shields.io/travis/com/goto-bus-stop/multisplice-rs.svg?style=flat-square
[travis-url]: https://travis-ci.com/goto-bus-stop/multisplice-rs
[docs-image]: https://docs.rs/multisplice/badge.svg
[docs-url]: https://docs.rs/multisplice

## Install

In Cargo.toml:

```toml
[dependencies]
multisplice = "^0.3.0"
```

## API

See [docs.rs](https://docs.rs/multisplice).

## License

[Apache-2.0](LICENSE.md)