Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.08 KB

README.rst

File metadata and controls

54 lines (32 loc) · 1.08 KB

numeric-loops

Please read the API documentation here

build_status crates

Crate Feature Flags

The following crate feature flags are available. They are configured in your Cargo.toml.

  • use_nightly
    • Optional, requires Recent nightly compiler
    • Enables optimizations using fast math flags and specialization

How to use with cargo:

[dependencies]
numeric-loops = "0.1"

Recent Changes

  • 0.1.1
    • Add crate categories
  • 0.1.0
    • Initial release.

License

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.