Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Use crate name in proc-macro#181

Merged
sharksforarms merged 1 commit into
masterfrom
issue-180-proc-macro-hygiene
Feb 25, 2021
Merged

feat: Use crate name in proc-macro#181
sharksforarms merged 1 commit into
masterfrom
issue-180-proc-macro-hygiene

Conversation

@sharksforarms
Copy link
Copy Markdown
Owner

  • This is better proc-macro hygiene and allows clients to import and
    rename the crate in Cargo.toml (only works on std)
  • Re-export bitvec and don't clobber the namespace. This is beneficial
    if bitvec is also used in the same crate deku is used in.

Fixes: #180

- This is better proc-macro hygiene and allows clients to import and
  rename the crate in Cargo.toml (only works on std)
- Re-export bitvec and don't clobber the namespace. This is beneficial
  if bitvec is also used in the same crate deku is used in.
@sharksforarms sharksforarms merged commit 6cf155d into master Feb 25, 2021
@sharksforarms sharksforarms deleted the issue-180-proc-macro-hygiene branch February 25, 2021 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

proc-macro hygiene

1 participant