-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an untyped API that works on [u8] slices #36
Labels
enhancement
New feature or request
Comments
@neilisaac this will not be part of v0.1 but I plan to have this as soon as possible in v0.2 |
elBoberido
added a commit
that referenced
this issue
Jul 15, 2022
elBoberido
added a commit
that referenced
this issue
Jul 15, 2022
elBoberido
added a commit
that referenced
this issue
Jul 15, 2022
elBoberido
added a commit
that referenced
this issue
Jul 15, 2022
elBoberido
added a commit
that referenced
this issue
Jul 15, 2022
elBoberido
added a commit
that referenced
this issue
Jul 15, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 17, 2022
elBoberido
added a commit
that referenced
this issue
Jul 22, 2022
elBoberido
added a commit
that referenced
this issue
Jul 22, 2022
elBoberido
added a commit
that referenced
this issue
Jul 22, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
elBoberido
added a commit
that referenced
this issue
Jul 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Create an untyped API that works on
[u8]
slices.Detailed information
Add allocates method to the publisher impl like
The subscriber shall also be able to work with slices.
This should enable us to expose
&mut [u8]
and have a nice compatibility with thebytes::BufMut
trait from the bytes crateThe text was updated successfully, but these errors were encountered: