theindigamer
88bc3eafd6
Add comment in README linking to UAX #11 for further details.
2018-10-11 19:13:26 -04:00
theindigamer
6602390a06
Add a possible issue to the README.
2018-10-11 18:11:15 -04:00
kwantam
9bc537504a
update access token for gh_pages updates
2018-05-19 13:28:40 -07:00
kwantam
62956a983e
test ugly travis workaround
2018-05-19 13:01:30 -07:00
kwantam
26d1bfbb77
update version to 0.1.5
2018-05-19 12:21:49 -07:00
lukaramu
4940d3fe27
Update tables.rs to Unicode 10
2017-09-03 23:17:22 +02:00
kwantam
96eaa4a881
update to Unicode 9 ; clean up no_std and related
2016-12-23 15:43:58 -08:00
kwantam
c511c16c50
update Cargo.toml example to correct version number
2015-08-20 11:12:16 -04:00
kwantam
1c424cfd93
Update no_std feature to compile with nightly.
2015-08-19 22:47:09 -04:00
kwantam
cff7514a3f
add necessary feature gates for no_std feature
2015-07-08 23:17:44 -04:00
kwantam
4d2981261c
update .travis.yml for explicit nightly rust
2015-07-08 23:11:14 -04:00
kwantam
174660098c
update to Unicode 8.0.0; update Cargo.toml
2015-07-08 23:06:00 -04:00
Alex Crichton
b8c1ab9e90
Merge pull request #3 from unicode-rs/doc-link
...
Add documentation link
2015-04-21 08:15:35 -07:00
Simon Sapin
7f39d7c32c
Add documentation link
2015-04-20 15:58:04 +02:00
kwantam
cbad406d03
add benchmarks ; add explicit #[inline] annotations
...
This diff adds benchmarks to get more info regarding Issue #1 .
It appears that the remaining difference between the "simple"
case and the "cargo" case is the result of a difference in
performance between using `match` and `if` for tight loops.
I suspect it's because of the way that match arms get reordered:
if I manually reorder the "if" statement, I can reproduce the
match performance.
Also added a couple #[inline] annotations in tables.rs, though
the difference in performance in my measurements is negligible.
Bumped version number to 0.1.1.
2015-04-19 00:02:03 -04:00
kwantam
1d27b56ea3
logo
2015-04-17 00:13:50 -04:00
kwantam
ab525e6616
make no_std a feature to allow builds in beta; bump version
2015-04-15 17:56:43 -04:00
kwantam
4c51fb1466
slight doc touch
2015-04-15 16:00:36 -04:00
kwantam
a9e6499160
fix Travis auto-refresh URL
2015-04-14 18:10:34 -04:00
Alex Crichton
6857232c82
Fix some doc links
2015-04-14 14:00:33 -07:00
Alex Crichton
2efee71cdc
Tweak travis config to upload docs
2015-04-14 13:55:54 -07:00
kwantam
efa0430624
rename to unicode-width ; add tests from libcoretests for char.width()
2015-04-14 15:26:44 -04:00
kwantam
5a5364d8e9
add COPYRIGHT and LICENSE files
2015-04-14 00:06:50 -04:00
kwantam
afabcb204b
move docs to the Traits
2015-04-13 21:10:52 -04:00
kwantam
3df193d1f4
add travis, README, update Cargo.toml
2015-04-13 20:54:21 -04:00
kwantam
85050d8e41
first working version
2015-04-13 20:50:13 -04:00
kwantam
c89e9d94cc
add tablegen script and table
2015-04-13 20:08:04 -04:00
kwantam
ea86ecef91
initial commit
2015-04-13 19:31:04 -04:00