StaticStrings.jl v0.3, move to JuliaStrings
Julia Programming Language
StaticStrings.jl v0.3, move to JuliaStrings
StaticStrings v0.3.0 StaticStrings.jl v0.3 was just released and has joined the JuliaStrings Github organization. Special thanks to @PatrickHaecker for major contributions to this release. StaticStrings.jl contains several string types which wrap a NTuple{N, UInt8} for strings of fixed length strings similar to InlineStrings.jl. The main difference is that StaticStrings.jl uses an NTuple whereas InlineStrings.jl uses integer types as a backing store. Here are the release notes for version 0.3: ...
0 comments
No comments yet.