cxx-qt icon indicating copy to clipboard operation
cxx-qt copied to clipboard

QByteArrayCursor

Open LeonMatthesKDAB opened this issue 1 year ago • 2 comments

This is similar to Rusts Cursor<T> type. It allows access to a QByteArray through the Write + Seek traits. This is quite useful for interaction with the wider Rust ecosystem.

LeonMatthesKDAB avatar Nov 17 '23 14:11 LeonMatthesKDAB

@ahayzen-kdab @Montel I'm wondering whether we should just abandon this PR. It's useful, yes, but also something that users could easily add themselves. If we want to support this, I think it can go into cxx-qt-lib-extra, as it's a bit of a maintenance burden.

Any opinions?

LeonMatthesKDAB avatar Dec 15 '23 10:12 LeonMatthesKDAB

See also: #766

LeonMatthesKDAB avatar Dec 15 '23 11:12 LeonMatthesKDAB