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

Add apint to README as another alternative #21

Merged
merged 1 commit into from
Feb 15, 2018

Conversation

Robbepop
Copy link
Contributor

@Robbepop Robbepop commented Feb 15, 2018

The ApInt crate is a pure rust implementation for arbitrary fixed bitwidth modulo arithmetics of integers with a focus on correctness and efficiency - especially for smaller bit widths. It features a generic signless ApInt as well as signed counterparts Int (signed int) and UInt (unsigned int) that are thin wrappers around it. The implementation is unfinished in some parts but that should be fixed over time.

Link to crate at crates.io: https://crates.io/crates/apint
Link to repo at GitHub: https://github.com/robbepop/apint

The ApInt crate is a pure rust implementation for arbitrary fixed bitwidth modulo arithmetics of integers with a focus on correctness and efficiency - especially for smaller bit widths. It features a generic signless `ApInt` as well as signed counterparts `Int` (signed int) and `UInt` (unsigned int) that are thin wrappers around it. The implementation is unfinished in some parts but that should be fixed over time.
@cuviper
Copy link
Member

cuviper commented Feb 15, 2018

Sure, thanks!

bors r+

bors bot added a commit that referenced this pull request Feb 15, 2018
21: Add apint to README as another alternative r=cuviper a=Robbepop

The ApInt crate is a pure rust implementation for arbitrary fixed bitwidth modulo arithmetics of integers with a focus on correctness and efficiency - especially for smaller bit widths. It features a generic signless `ApInt` as well as signed counterparts `Int` (signed int) and `UInt` (unsigned int) that are thin wrappers around it. The implementation is unfinished in some parts but that should be fixed over time.

Link to crate at crates.io: https://crates.io/crates/apint
Link to repo at GitHub: https://github.com/robbepop/apint
@bors
Copy link
Contributor

bors bot commented Feb 15, 2018

Build failed

@Robbepop
Copy link
Contributor Author

Robbepop commented Feb 15, 2018

Thanks for trying to merge! :]

I don't understand why bors build (travisCI) failed for this PR. I don't think it is a problem with the PR itself.

@cuviper
Copy link
Member

cuviper commented Feb 15, 2018

Hmm, especially weird since CI already passed the PR initially -- nevermind the fact that you're not even changing the code... let's try again.

bors r+

bors bot added a commit that referenced this pull request Feb 15, 2018
21: Add apint to README as another alternative r=cuviper a=Robbepop

The ApInt crate is a pure rust implementation for arbitrary fixed bitwidth modulo arithmetics of integers with a focus on correctness and efficiency - especially for smaller bit widths. It features a generic signless `ApInt` as well as signed counterparts `Int` (signed int) and `UInt` (unsigned int) that are thin wrappers around it. The implementation is unfinished in some parts but that should be fixed over time.

Link to crate at crates.io: https://crates.io/crates/apint
Link to repo at GitHub: https://github.com/robbepop/apint
@bors
Copy link
Contributor

bors bot commented Feb 15, 2018

Timed out

@cuviper
Copy link
Member

cuviper commented Feb 15, 2018

Meh, I'll just merge this. But some of those compile times are looking pretty horrible...

@cuviper cuviper merged commit f656829 into rust-num:master Feb 15, 2018
@Robbepop
Copy link
Contributor Author

Thanks for merging! :]

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.

2 participants