Felix S Klock II
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Core Transmutation Call Graph Legend for methods/intrinsics: blue is safe, red is unsafe. solid is stable, dashed is unstable ```graphviz digraph hierarchy { rankdir=LR nodesep=1.0 // increases the separation between nodes node [color=Red,fontname=Courier,shape=box] //All nodes will this shape and colour edge [color=Blue] //All the lines look like this transmute transmute_unchecked {rank=same;transmute,transmute_unchecked} {rank=same;str_as_bytes,str_as_bytes_mut} str_as_bytes -> str_as_bytes_mut[color=White] char_convert_from_u32_unchecked[label="char::convert::from_u32_unchecked"] char_convert_from_u32_unchecked -> transmute char_convert_char_try_from_u32 [label="char::convert::char_try_from_u32", color=Blue] char_convert_char_try_from_u32 -> transmute Ipv6Addr_new[label="Ipv6Addr::new", color = Blue] Ipv6Addr_new -> transmute Ipv6Addr_segments[label="Ipv6Addr::segments", color = Blue] Ipv6Addr_segments -> transmute const_ptr_addr[label="<*const T>::addr", color = Blue, style=dashed] const_ptr_addr -> transmute ptr_without_provenance[label="ptr::without_provenance<T>", color = Blue, style=dashed] ptr_without_provenance -> transmute ptr_without_provenance_mut[label="ptr::without_provenance_mut<T>", color = Blue, style=dashed] ptr_without_provenance_mut -> transmute ptr_align_offset[label="ptr::align_offset<T>", color = Red] ptr_align_offset -> transmute mut_ptr_addr[label="<*mut T>::addr", color = Blue, style=dashed] mut_ptr_addr -> transmute alignment_new_unchecked[label="Alignment::new_unchecked", color = Red, style=dashed] alignment_new_unchecked -> transmute ptr_metadata_vtable_ptr[label="ptr::metadata::DynMetadata<Dyn>::vtable_ptr", color=Blue] ptr_metadata_vtable_ptr -> transmute fmt_rt_argument_new[label="fmt::rt::Argument<'a>::new<'b,T>", color=Blue] fmt_rt_argument_new -> transmute task_wake_from_waker[label="task::wake::ContextBuilder::from_waker"] task_wake_from_waker -> transmute task_wake_as_ref[label="<AsRef<LocalWaker> as task::wake::Waker>::as_ref", color=Blue] task_wake_as_ref -> transmute maybe_uninit_array_assume_init[label="MaybeUninit<T>::array_assume_init<N>", style=dashed] maybe_uninit_array_assume_init -> transmute_unchecked maybe_uninit_copy_from_slice[label="MaybeUninit<T>::copy_from_slice", color=Blue, style=dashed] maybe_uninit_copy_from_slice -> transmute maybe_uninit_transpose_of_arr[label="MaybeUninit<[T; N]>::transpose", color=Blue, style=dashed] maybe_uninit_transpose_of_arr -> transmute_unchecked maybe_uninit_transpose_arr_of[label="[MaybeUninit<T>; N]::transpose", color=Blue, style=dashed] maybe_uninit_transpose_arr_of -> transmute_unchecked mem_transmute_copy[label="mem::transmute_copy"] ascii_char_from_u8[label="ascii_char::AsciiChar::from_u8", color=Blue, style=dashed] ascii_char_from_u8 -> ascii_char_from_u8_unchecked ascii_char_from_u8_unchecked[label="ascii_char::AsciiChar::from_u8_unchecked", color=Red, style=dashed] ascii_char_from_u8_unchecked -> transmute io_borrowed_buf_unfilled[label="io::borrowed_buf::BorrowedBuf::unfilled", color=Blue] io_borrowed_buf_unfilled -> transmute io_borrowed_buf_reborrow[label="io::borrowed_buf::BorrowedCursor::reborrow", color=Blue] io_borrowed_buf_reborrow -> transmute slice_align_to[label="<[T]>::align_to<U>"] slice_align_to_mut[label="<[T]>::align_to_mut<U>"] slice_as_simd[label="<[T]>::as_simd<LANES>", color=Blue, style=dashed] slice_as_simd -> slice_align_to slice_as_simd_mut[label="<[T]>::as_simd_mut<LANES>", color=Blue, style=dashed] slice_as_simd_mut -> slice_align_to_mut str_as_bytes[label="str::as_bytes", color=Blue] str_as_bytes -> transmute str_as_bytes_mut[label="str::as_bytes_mut", color=Red] str_from_utf8_unchecked[label="str::from_utf8_unchecked"] str_from_utf8_unchecked -> transmute array_iter_into_iter[label="<[T; N] as array::iter::IntoIterator>::into_iter", color=Blue] array_iter_into_iter -> transmute_unchecked array_equality_spec_eq[label="<T as SpecArrayEq<U, N>>::spec_eq", color=Blue] array_equality_spec_eq -> transmute slice_memchr_memrchr[label="slice::memchr::memrchr", color=Blue] slice_memchr_memrchr -> slice_align_to str_count_do_count_chars[label="str::count::do_count_chars", color=Blue] str_count_do_count_chars -> slice_align_to iter_adapters_filter_next_chunk[label="<Filter<I,P> as Iterator>::next_chunk", color=Blue] iter_adapters_filter_next_chunk -> maybe_uninit_array_assume_init iter_adapters_filter_map_next_chunk[label="<FilterMap<I,F> as Iterator>::next_chunk", color=Blue] iter_adapters_filter_map_next_chunk -> maybe_uninit_array_assume_init iter_adapters_copied_spec_next_chunk[label="<slice::Iter<T> as SpecNextChunk<N,T>>::next_chunk", color=Blue] iter_adapters_copied_spec_next_chunk -> maybe_uninit_array_assume_init array_try_from_fn[label="array::try_from_fn<R,N,F>", color=Blue, style=dashed] array_try_from_fn -> maybe_uninit_array_assume_init array_iter_next_chunk[label="array::iter_next_chunk", color=Blue] array_iter_next_chunk -> maybe_uninit_array_assume_init char_decode_decode_utf16_next[label="<char::decode::DecodeUtf16 as Iterator>::next", color=Blue] char_decode_decode_utf16_next -> char_from_u32_unchecked char_from_u32_unchecked[label="char::from_u32_unchecked"] char_from_u32_unchecked -> char_convert_from_u32_unchecked char_encode_utf16_raw[label="char::encode_utf16_raw", color=Blue, style=dashed] char_encode_utf16_raw -> char_from_u32_unchecked iter_range_step_forward_checked[label="<char as iter::range::Step>::forward_checked", color=Blue] iter_range_step_forward_checked -> char_from_u32_unchecked iter_range_step_backward_checked[label="<char as iter::range::Step>::backward_checked", color=Blue] iter_range_step_backward_checked -> char_from_u32_unchecked iter_range_step_forward_unchecked[label="<char as iter::range::Step>::forward_unchecked", color=Red] iter_range_step_forward_unchecked -> char_from_u32_unchecked iter_range_step_backward_unchecked[label="<char as iter::range::Step>::backward_unchecked", color=Red] iter_range_step_backward_unchecked -> char_from_u32_unchecked str_iter_chars_next[label="<Chars as Iterator>::next", color=Blue] str_iter_chars_next -> char_from_u32_unchecked str_iter_chars_next_back[label="<Chars as DoubleEndedIterator>::next_back", color=Blue ] str_iter_chars_next_back -> char_from_u32_unchecked iter_range_range_iterator_impl_spec_next[label="<ops::Range as iter::range::RangeIteratorImpl>::spec_next", color=Blue] iter_range_range_iterator_impl_spec_next -> iter_range_step_forward_unchecked iter_range_range_iterator_impl_spec_nth[label="<ops::Range as iter::range::RangeIteratorImpl>::spec_nth", color=Blue] iter_range_range_iterator_impl_spec_nth -> iter_range_step_forward_unchecked iter_range_range_iterator_impl_spec_advance_by[label="<ops::Range as iter::range::RangeIteratorImpl>::spec_advance_by", color=Blue] iter_range_range_iterator_impl_spec_advance_by -> iter_range_step_forward_unchecked iter_range_range_iterator_impl_spec_iterator_get_unchecked[label="<ops::Range as iter::range::RangeIteratorImpl>::__iterator_get_unchecked", color=Red] iter_range_range_iterator_impl_spec_iterator_get_unchecked -> iter_range_step_forward_unchecked iter_range_rangeinclusive_iterator_impl_spec_next[label="<ops::RangeInclusive<T> as iter::range::RangeInclusiveIteratorImpl>::spec_next", color=Blue] iter_range_rangeinclusive_iterator_impl_spec_next -> iter_range_step_forward_unchecked iter_range_rangeinclusive_iterator_impl_spec_try_fold[label="<ops::RangeInclusive<T> as iter::range::RangeInclusiveIteratorImpl>::spec_try_fold", color=Blue] iter_range_rangeinclusive_iterator_impl_spec_try_fold -> iter_range_step_forward_unchecked iter_range_range_iterator_impl_spec_next_back[label="<ops::Range as iter::range::RangeIteratorImpl>::spec_next_back", color=Blue] iter_range_range_iterator_impl_spec_next_back -> iter_range_step_backward_unchecked iter_range_range_iterator_impl_spec_nth_back[label="<ops::Range as iter::range::RangeIteratorImpl>::spec_nth_back", color=Blue] iter_range_range_iterator_impl_spec_nth_back -> iter_range_step_backward_unchecked iter_range_range_iterator_impl_spec_advance_back_by[label="<ops::Range as iter::range::RangeIteratorImpl>::spec_advance_back_by", color=Blue] iter_range_range_iterator_impl_spec_advance_back_by -> iter_range_step_backward_unchecked const_ptr_is_aligned_to[label="const_ptr::is_aligned_to", color=Blue, style=dashed] const_ptr_is_aligned_to -> ptr_align_offset mut_ptr_is_aligned_to[label="mut_ptr::is_aligned_to", color=Blue, style=dashed] mut_ptr_is_aligned_to -> ptr_align_offset slice_memchr_memchr_aligned[label="slice::memchr::memchr_aligned", color=Blue] slice_memchr_memchr_aligned -> ptr_align_offset slice_align_to -> ptr_align_offset slice_align_to_mut -> ptr_align_offset str_validations_run_utf8_validation[label="str::validations::run_utf8_validation", color=Blue] str_validations_run_utf8_validation -> ptr_align_offset str_converts_from_utf8[label="str::converts::from_utf8", color=Blue] str_converts_from_utf8 -> str_validations_run_utf8_validation str_converts_from_utf8_mut[label="str::converts::from_utf8_mut", color=Blue] str_converts_from_utf8_mut -> str_validations_run_utf8_validation alignment_new[label="Alignment::new", color=Blue] alignment_new -> alignment_new_unchecked alloc_layout_from_size_align[label="Layout::from_size_align", color=Blue] alloc_layout_from_size_align -> alignment_new_unchecked alloc_layout_from_size_align_unchecked[label="Layout::from_size_align_unchecked", color=Red] alloc_layout_from_size_align_unchecked -> alignment_new_unchecked ptr_metadata_dynmetadata_size_of[label="ptr::metadata::DynMetadata::size_of", color=Blue] ptr_metadata_dynmetadata_size_of -> ptr_metadata_vtable_ptr ptr_metadata_dynmetadata_align_of[label="ptr::metadata::DynMetadata::align_of", color=Blue] ptr_metadata_dynmetadata_align_of -> ptr_metadata_vtable_ptr ptr_metadata_dynmetadata_partial_eq[label="<ptr::metadata::DynMetadata as PartialEq>::partial_eq", color=Blue] ptr_metadata_dynmetadata_partial_eq -> ptr_metadata_vtable_ptr ptr_metadata_dynmetadata_ord[label="<ptr::metadata::DynMetadata as Ord>::cmp", color=Blue] ptr_metadata_dynmetadata_ord -> ptr_metadata_vtable_ptr ptr_metadata_dynmetadata_partial_ord[label="<ptr::metadata::DynMetadata as PartialOrd>::partial_cmp", color=Blue] ptr_metadata_dynmetadata_partial_ord -> ptr_metadata_vtable_ptr ptr_metadata_dynmetadata_hash[label="<ptr::metadata::DynMetadata as Hash>::hash", color=Blue] ptr_metadata_dynmetadata_hash -> ptr_metadata_vtable_ptr char_as_ascii[label="char::as_ascii", color=Blue, style=dashed] char_as_ascii -> ascii_char_from_u8_unchecked iter_range_step_backward_checked -> ascii_char_from_u8_unchecked iter_range_step_forward_unchecked -> ascii_char_from_u8_unchecked iter_range_step_backward_unchecked -> ascii_char_from_u8_unchecked str_make_ascii_uppercase[label="str::make_ascii_uppercase", color=Blue] str_make_ascii_uppercase -> str_as_bytes_mut str_make_ascii_lowercase[label="str::make_ascii_lowercase", color=Blue] str_make_ascii_lowercase -> str_as_bytes_mut async_runtime_code[shape=circle, color=Blue] async_runtime_code -> task_wake_from_waker async_runtime_code -> task_wake_as_ref iterator_get_unchecked_callers[shape=circle, color=Blue] iterator_get_unchecked_callers -> iter_range_range_iterator_impl_spec_iterator_get_unchecked from_utf8_unchecked_callers[shape=circle, color=Blue] from_utf8_unchecked_callers -> str_from_utf8_unchecked } ```

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully