TCTags -> TCStrings to be more general

This commit is contained in:
Dustin J. Mitchell
2022-02-06 16:40:17 +00:00
parent 3d248b55fd
commit 831eb0bb15
5 changed files with 42 additions and 42 deletions

View File

@@ -3,11 +3,11 @@
mod traits;
mod util;
pub mod arrays;
pub mod atomic;
pub mod replica;
pub mod result;
pub mod status;
pub mod string;
pub mod strings;
pub mod task;
pub mod uuid;