aboutsummaryrefslogtreecommitdiff
path: root/internal/misc/unsafe.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-06Move the Go stuff to ./forged/v0.1.32Runxi Yu1-20/+0
2025-04-05Move things to internal/v0.1.23Runxi Yu1-0/+0
2025-04-05Separate code/README rendering and unsafe to their own packagesRunxi Yu1-5/+5
2025-03-31Unify license in unsafe.goRunxi Yu1-1/+1
2025-03-30Use unsafe.SliceData instead of &b[0]Runxi Yu1-1/+1
2025-03-30Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu1-0/+20