Add example of OwningRows using self_cell

This commit is contained in:
gwenn
2024-09-29 16:06:36 +02:00
parent 70d192d3cd
commit 93787c6855
2 changed files with 28 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ regex = "1.5.5"
uuid = { version = "1.0", features = ["v4"] }
unicase = "2.6.0"
ouroboros = "0.18"
self_cell = { git = "https://github.com/Voultapher/self_cell.git" }
# Use `bencher` over criterion because it builds much faster,
# and we don't have many benchmarks
bencher = "0.1"