kirk-baird opened a new pull request #5: A lot of Formatting and style
URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/5
 
 
   Large overhaul to change the formatting guide to match Rust.
   
   Only breaking changes are switching the naming of `BIG -> Big` and `DBIG -> 
DBig` and possibly some of the types in `types.rs` but these should only be 
internally.
   
   The mutability of some function and variables has been reduced where 
possible. This is not a breaking change but will give a warning in some cases 
where users still pass a mutable reference. E,g, `Big::tostring` did not 
require a mutable reference and hence has been removed.
   
   Improvements to the readme.md
   
   Increase the readability of the docs (run `cargo doc --open`) which should 
increase the usability as a cargo crate.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@milagro.apache.org
For additional commands, e-mail: issues-h...@milagro.apache.org

Reply via email to