arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.5k stars 183 forks source link

Add Swift Package #206

Closed wtholliday closed 2 years ago

wtholliday commented 2 years ago

Adds a Swift Package so immer can be used easily in Xcode projects. SPM doesn't know about header-only libraries, so it required adding a source file (spm.cpp). We can move this file wherever you want.