Test tagged pointer

This commit is contained in:
Yota Toyama
2023-09-28 12:22:20 +10:00
parent 7f2429fe25
commit 54029abd34
7 changed files with 36 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
[workspace]
resolver = "2"
members = [
"dynamic_threads",
"free_by_borrow",
"free_by_gc",
"static_threads",
"tagged_pointer",
]