Skip to content
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

_mut functions #57

Merged
merged 2 commits into from
Jun 18, 2019
Merged

_mut functions #57

merged 2 commits into from
Jun 18, 2019

Conversation

Enet4
Copy link
Collaborator

@Enet4 Enet4 commented Jun 17, 2019

This is a remake of the idea in #19, but written from scratch and already arranged according to the latest API structure.

  • base::transmute_many_mut()
  • trivial::transmute_trivial_many_mut()
  • to_bytes::{transmute_to_bytes_unchecked_mut,transmute_to_bytes_mut, transmute_one_to_bytes_mut}()
  • full::{transmute_many_mut, transmute_many_permissive_mut, transmute_many_pedantic_mut}()
  • align::check_alignment_mut()

Copy link
Owner

@nabijaczleweli nabijaczleweli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Please rebase on master, too, while you're at it

src/to_bytes.rs Outdated Show resolved Hide resolved
- base::transmute_many_mut
- trivial::transmute_trivial_many_mut
- to_bytes::{transmute_to_bytes_unchecked_mut,transmute_to_bytes_mut,
transmute_one_to_bytes_mut}
- full::{transmute_many_mut, transmute_many_permissive_mut,
transmute_many_pedantic_mut}
- align::check_alignment_mut
Copy link
Owner

@nabijaczleweli nabijaczleweli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeehaw

@nabijaczleweli nabijaczleweli merged commit 4c84556 into nabijaczleweli:master Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants