]> git.proxmox.com Git - rustc.git/blob - vendor/text-size/README.md
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / text-size / README.md
1 # text-size
2
3 [![Build Status](https://travis-ci.org/matklad/text-size.svg?branch=master)](https://travis-ci.org/matklad/text-size)
4 [![Crates.io](https://img.shields.io/crates/v/text-size.svg)](https://crates.io/crates/text-size)
5 [![API reference](https://docs.rs/text-size/badge.svg)](https://docs.rs/text-size/)
6
7
8 A library that provides newtype wrappers for `u32` and `(u32, u32)` for use as text offsets.
9
10 See the [docs](https://docs.rs/text-size/) for more.
11
12 ## License
13
14 Licensed under either of
15
16 * Apache License, Version 2.0
17 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
18 * MIT license
19 ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
20
21 at your option.
22
23 ## Contribution
24
25 Unless you explicitly state otherwise, any contribution intentionally submitted
26 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
27 dual licensed as above, without any additional terms or conditions.