aboutsummaryrefslogtreecommitdiff
path: root/unsafe.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-051-20/+0
|
* Unify license in unsafe.goRunxi Yu2025-03-311-1/+1
|
* Use unsafe.SliceData instead of &b[0]Runxi Yu2025-03-301-1/+1
|
* Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu2025-03-301-0/+20