smasher164 / swift-cgo-exampleLinks
An example that demonstrates how to call Swift code from Go through CGO.
☆32Updated 5 years ago
Alternatives and similar repositories for swift-cgo-example
Users that are interested in swift-cgo-example are comparing it to the libraries listed below
Sorting:
- Golang radix tree implementation☆35Updated 6 years ago
- Stream bytes to multiple independent Readers #golang☆96Updated last year
- objc implements access to the Objective-C runtime and Cocoa on Mac OS X from within Go☆68Updated 11 years ago
- This package is deprecated. Use syscall/js of GopherJS instead.☆79Updated 6 years ago
- A pure Go implementation of the smaz compression library for short strings.☆81Updated 2 years ago
- Using io.Reader for data transformation in Go☆71Updated 4 years ago
- WebAssembly runtime for wasmer-go☆113Updated 3 years ago
- WriterSeeker is the in-memory io.WriteSeeker implementation missing in the standard lib☆70Updated 5 years ago
- ☆25Updated 5 years ago
- A float32 version of Go's math package☆79Updated 7 months ago
- golang .wav reader and writer☆75Updated 6 years ago
- github.com/cznic/sqlite2go has moved to modernc.org/sqlite2go☆33Updated 6 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Go implementation of ZeroMQ Base-85 encoding☆24Updated 6 years ago
- ☆98Updated 7 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- efficient client ⚡️☆75Updated last year
- A workerpool that can get expanded & shrink dynamically.☆53Updated 4 years ago
- GopherJS Bindings for ProtobufJS and gRPC-Web☆81Updated 5 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 6 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- An assert function for Go that works like the one in C.☆21Updated 4 years ago
- Parsing and calculating formulae☆43Updated 5 years ago
- Cross-language serialization for Golang: greenpack adds versioning, stronger typing, and optional schema atop msgpack2. `greenpack -msgpa…☆113Updated 3 months ago
- A Golang library for dumping SQL text☆41Updated 2 years ago
- Use yaegi as a template engine.☆32Updated 2 years ago
- Turn any gRPC stream into a Go `net.Conn` implementation.☆86Updated 2 years ago
- a tiny package that implements SMTP server for Go projects☆106Updated last year
- fast int64-int64 map for go