add pointer tag

This commit is contained in:
nora 2022-04-10 15:06:37 +02:00
parent 3209133840
commit c54e5531aa
3 changed files with 18 additions and 2 deletions

View file

@ -92,6 +92,7 @@ extern crate alloc; // we want that for tests so we can use `Box`
mod backend;
mod strategy;
mod tag;
use core::{
fmt::{Debug, Formatter},