No description
Find a file
Virgil 65d3825cad feat(cgo): support common C integer types in Call
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:30:32 +00:00
docs docs: add RFC specs for agent reference 2026-04-03 20:09:13 +01:00
buffer.go feat(scope): add GC finalizer cleanup for buffers 2026-04-03 19:28:24 +00:00
buffer_test.go feat(cgo): add RFC string conversion utilities 2026-04-03 19:12:25 +00:00
call_test.go feat(cgo): support common C integer types in Call 2026-04-03 19:30:32 +00:00
call_test_support.go feat(cgo): support common C integer types in Call 2026-04-03 19:30:32 +00:00
doc.go docs(cgo): add agent-oriented package usage examples 2026-04-03 19:29:17 +00:00
go.mod feat(buffer): implement RFC buffer lifecycle with safety checks 2026-04-03 19:11:30 +00:00
README.md feat: initial commit 2026-04-03 20:07:30 +01:00
scope.go feat(scope): add GC finalizer cleanup for buffers 2026-04-03 19:28:24 +00:00
scope_test.go feat(scope): add close-compatible scoped cleanup 2026-04-03 19:26:08 +00:00
string_conversion.go feat(cgo): support common C integer types in Call 2026-04-03 19:30:32 +00:00

go-cgo