Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goto-bus-stop/multisplice-rs
- Owner: goto-bus-stop
- License: other
- Created: 2018-09-23T18:07:33.000Z (about 6 years ago)
- Default Branch: default
- Last Pushed: 2021-04-29T11:19:47.000Z (over 3 years ago)
- Last Synced: 2024-10-24T16:26:53.687Z (21 days ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)