File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " simdutf8"
3- version = " 0.0.2 "
3+ version = " 0.0.3 "
44authors = [" Hans Kratz <hans@appfour.com>" ]
55edition = " 2018"
66description = " SIMD-accelerated UTF-8 validation."
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ production release.
2828Add the dependency to your Cargo.toml file:
2929``` toml
3030[dependencies ]
31- simdutf8 = { version = " 0.0.2 " }
31+ simdutf8 = { version = " 0.0.3 " }
3232```
3333
34- Use ` simdutf8::basic::from_utf8 ` as a drop-in replacement for ` std::str::from_utf8() ` .
34+ Use ` simdutf8::basic::from_utf8 ` as a drop-in replacement for ` std::str::from_utf8() ` .
3535
3636``` rust
3737use simdutf8 :: basic :: from_utf8;
Original file line number Diff line number Diff line change 11[package ]
22name = " simdutf8-bench"
3- version = " 0.0.2 "
3+ version = " 0.0.1 "
44authors = [" Hans Kratz <hans@appfour.com>" ]
55edition = " 2018"
66description = " simdutf8 benchmark package"
You can’t perform that action at this time.
0 commit comments