rename utf8 → unicode

This commit is contained in:
Vladimir Serov 2020-02-11 10:57:02 +03:00
parent 849c6c8bea
commit 3d1d6883f2
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