Skip to content

v1.1.1

Compare
Choose a tag to compare
@lopopolo lopopolo released this 08 Aug 12:32
359c416

Release 1.1.1 of intaglio.

intaglio is available on crates.io.

Improvements

  • Remove dependency on bstr. intaglio now has zero runtime dependencies outside of std. (GH-29).
  • Reduce unsafe usage in crate internals. (GH-28, GH-31)
  • More aggressive inlining. (GH-30)
  • Optional UTF-8 formatting of bytes::SymbolTable when supplying the alternate format specifier {:#}. (GH-32)

This release contains improvements to documentation and build process.