Is there any way to get rid of Box<T> in the source? #265
dmtrKovalenko
started this conversation in
General
Replies: 1 comment 1 reply
-
It sounds like your issue is related to lifetimes though? Would #236 help? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use case is pretty simple — I need to decode a buffer while leaning toward a very transparent lifecycle of the top-level buffer.
But with Symphonia I simply can't because you require the input to be Exactly the
Box
for some reason. Why? I am wondering if there is any way to receive a simple slice + Sync + Send and read all data directly?Beta Was this translation helpful? Give feedback.
All reactions