v1.1.1
Release 1.1.1 of intaglio.
intaglio
is available on crates.io.
Improvements
- Remove dependency on
bstr
.intaglio
now has zero runtime dependencies outside ofstd
. (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.