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

Added Rust initialisation of Python-allocated bytes #1074

Merged
merged 8 commits into from
Aug 3, 2020
Merged

Added Rust initialisation of Python-allocated bytes #1074

merged 8 commits into from
Aug 3, 2020

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    98b9f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d27ff View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Added examples to PyBytes::new_with and PyBytes::new_with_uninit (now…

    … with MaybeUninit<u8>)
    juntyr committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    533c105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d2ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a5a22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a47af7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Small doc fixes + FnOnce init closure for PyBytes::new_with and PyByt…

    …eArray::new_with
    
    Co-authored-by: David Hewitt <[email protected]>
    juntyr and davidhewitt authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    cac2d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb07c67 View commit details
    Browse the repository at this point in the history