Make BigInt and BigUint public use #8
Reference in New Issue
Block a user
Delete Branch "public-ressources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To avoid having version problems with the dependency num-bigint, I think it would be better to export BigInt and BigUint from library to have the same version in the library and in the developer code.
So, in the code we can simply import without any version trouble with :
use simple_asn1::BigUint;Makes sense. Included into master; do you need/want me to roll a point release and push it to crates?
Yes please I would like a release in crates, it would simplify my job. Thank you again!
Should be up as 0.3.1!