feat: add a new empty struct Die

This commit is contained in:
2025-11-16 08:05:48 +01:00
parent 13d77f136e
commit a0f3d98fa2
3 changed files with 17 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ mod str;
mod trt;
mod tst;
pub(crate) use crate::str::die::O as Die;
pub(crate) use crate::str::failed_to::E as FailedTo;
pub(crate) use crate::str::handful::O as Handful;