Introduce stable arithmetic to avoid nightly/unstable features for some platforms.

This commit is contained in:
Sean Bowe
2017-08-15 12:53:22 -06:00
parent 2eb25d2298
commit 3908552fb9
2 changed files with 106 additions and 25 deletions

View File

@@ -17,3 +17,5 @@ clippy = { version = "0.0.151", optional = true }
[features]
unstable-wnaf = []
unstable-features = ["unstable-wnaf"]
u128-support = []
default = ["u128-support"]