| commit | be759853429f7572f654d249a5c97b682c1a675f | [log] [tgz] |
|---|---|---|
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | Tue Apr 07 21:21:47 2020 +0000 |
| committer | GitHub <noreply@github.com> | Tue Apr 07 21:21:47 2020 +0000 |
| tree | ee681283d5a5404e6b934d07f7b4afd4ba9bb329 | |
| parent | d01576838ec48b767e211e47476a34941036ceb8 [diff] | |
| parent | 9c3a298268d52ebd3271469e4fe8c101a0b5d014 [diff] |
Merge #40 40: Rename LenTextSize => TextLen r=matklad a=CAD97 This way, it's a reasonable name to use. Closes #38 I still think `TextSize::of` should be the primarily recommended construction interface (thus keeping the `TextLen` macro impls for standard types), but calling `.text_len()` is a friendlier alternative for when deref coercion is desired to kick in. Co-authored-by: CAD97 <cad97@cad97.com>
A library that provides newtype wrappers for u32 and (u32, u32) for use as text offsets.
See the docs for more.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.