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

Adds re-exporting macros and crate renaming support; #57

Closed
wants to merge 5 commits into from

Commits on Mar 16, 2021

  1. Adds rexporting macros and crate renaming support;

    Inludes:
    - adds bytemuck_derive into a workspace rooted in bytemuck
    dman-os committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    37c21eb View commit details
    Browse the repository at this point in the history
  2. Fixes failing test;

    dman-os committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4b3da54 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Apply suggestions from code review;

    Includes:
    - Add feature gate for additions and `proc-macro-crate` crate to maintain `no-std` support
    - Use  `Span::mixed_site` on case where unable to locate `bytemuck` in manifest to improve flexibility
    
    Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>
    dman-os and danielhenrymantilla authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    75f6ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd9123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31a3fd4 View commit details
    Browse the repository at this point in the history