Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Last active February 23, 2016 15:43
Show Gist options
  • Save alexcrichton/0394d018660c15609212 to your computer and use it in GitHub Desktop.
Save alexcrichton/0394d018660c15609212 to your computer and use it in GitHub Desktop.
APIs
  • ascii::AsciiExt
  • ascii::escape_default
  • borrow::BorrowFrom
  • borrow::Cow::Borrowed
  • borrow::IntoCow
  • borrow::IntoOwned
  • char::CharExt::encode_utf8
  • char::CharExt::to_uppercase
  • collections::HashMap::with_capacity_and_hash_state
  • error::Error
  • ffi::CString
  • ffi::c_str_to_bytes
  • iter::IntoIterator
  • iter::IteratorExt::cloned
  • iter::IteratorExt::partition
  • marker::Send
  • num::Float::is_nan
  • num::Float::nan
  • num::FromPrimitive
  • num::Int::abs
  • num::Int::zero
  • num::cast
  • num::f64::to_str_digits
  • num::from_str_radix
  • os::unix::AsRawFd
  • ptr::Unique
  • ptr::copy_memory
  • ptr::copy_nonoverlapping_memory
  • ptr::set_memory
  • ptr::zero_memory
  • raw::TraitObject
  • rt::at_exit
  • rt::heap::allocate
  • rt::heap::deallocate
  • rt::heap::reallocate_inplace
  • rt::heap::reallocate
  • rt::heap::usable_size
  • rt::unwind::try
  • slice::SliceExt::position_elem
  • slice::SliceExt::tail
  • str::StrExt::char_at
  • str::StrExt::char_range_at_reverse
  • str::StrExt::char_range_at
  • str::StrExt::escape_default
  • str::StrExt::is_char_boundary
  • str::StrExt::slice_shift_char
  • str::StrExt::split_terminator
  • thread::Thread
  • unicode::str::utf16_items
  • vec::Vec::into_boxed_slice

Planned stabilization

Finished stabilizing

What Alex thinks may not be stabilized

  • ptr::PtrExt::as_ref
  • raw::Slice
  • str::StrExt::contains_char
  • str::StrExt::find_str
  • string::String::from_str
  • sync::Condvar::wait_timeout
  • sync::TaskPool
  • thunk
  • time::Duration
  • vec::Vec::drain
  • vec::Vec::map_in_place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment