rename utf8 → unicode

pull/42/head
Vladimir Serov 2020-02-11 10:57:02 +03:00
parent 9c1476e06c
commit 1fb4556b7f
No known key found for this signature in database
GPG Key ID: 6BA7C26C3FDF7BB3
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use std::cmp::max;
pub mod image;
pub mod string;
pub mod svg;
pub mod utf8;
pub mod unicode;
//------------------------------------------------------------------------------
//{{{ Pixel trait