Constriction

Latest version: v0.4.1

Safety actively analyzes 689579 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.1.2

This release fixes a compilation error of `constriction` in `no_std` mode. It does not affect `constriction`'s behavior in default mode.

It turns out the `probability` create doesn't seem to work in `no_std` mode, so we have to provide mock replacements for the two (tiny) traits from `probability` on which we rely when compiling in no-std mode. When compiling in default mode we continue to use the original traits so that `constriction` can be used together with `probability`.

This release is not a breaking change because it only changes behavior in `no_std` mode, in which, as it turned out, the previous releases didn't compile anyway.

0.1.1

This is a very minor bug fix release. It only fixes a typo in the crate metadata, which lead to a wrong link to the Rust API on crates.io. Functionally, this release is equivalent to version 0.1.

0.1.0

Initial release. Existing implementations are extensively tested but some documentation and some Python bindings are still missing.

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.