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

Reorganise the crate (fixes #7) #8

Merged
merged 5 commits into from Jan 21, 2019

Conversation

Projects
None yet
1 participant
@nox
Copy link
Owner

nox commented Jan 21, 2019

This fixes #7 by doing everything that needs to be done to be able to add single-threaded types to the crate.

nox added some commits Jan 21, 2019

Rename Arbalest<T> to Strong<T>
No more cute names, it doesn't scale if I ever want a similar
type for single-threaded use cases.
Rename Fragile<T> to Frail<T>
There is already a Fragile<T> on crates.io.
@nox

This comment has been minimized.

Copy link
Owner

nox commented Jan 21, 2019

bors r+

bors bot added a commit that referenced this pull request Jan 21, 2019

Merge #8
8: Reorganise the crate (fixes #7) r=nox a=nox

This fixes #7 by doing everything that needs to be done to be able to add single-threaded types to the crate.

Co-authored-by: Anthony Ramine <n.oxyde@gmail.com>
@bors

This comment has been minimized.

Copy link
Contributor

bors bot commented Jan 21, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit 8ab7fe0 into master Jan 21, 2019

1 check passed

bors Build succeeded
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment