Skip to content

Commit

Permalink
Change confusing module description
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jul 5, 2017
1 parent ea7c2e0 commit fcc0867
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
//! first. The name is inspired by the famous C function.
//!
//! Using `str::from_utf8` and `str::parse`
//! is likely to be more idiomatic. Use this crate if you want to avoid decoding utf8 (e.g. for
//! performance reasons), but stick to safe code where using `str::from_ut8_unchecked` is not an
//! option.
//! is likely to be more idiomatic. Use this crate if you want to avoid decoding bytes into utf8
//! (e.g. for performance reasons).
extern crate num_traits;
use num_traits::{Zero, One, Signed};
Expand Down

0 comments on commit fcc0867

Please sign in to comment.