We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb12de commit d7f60c0Copy full SHA for d7f60c0
Cargo.toml
@@ -2,6 +2,9 @@
2
name = "pymath"
3
version = "0.0.1"
4
edition = "2024"
5
+description = "A binary representation compatible Rust implementation of Python's math library."
6
+license = "PSF-2.0"
7
+
8
9
[features]
10
# Turning on this feature on aarch64-apple-darwin helps bit representation compatibility
README.md
@@ -1,7 +1,7 @@
1
pymath
======
-A bit-compatible Rust implementation of Python's math library.
+A binary representation compatible Rust implementation of Python's math library.
## Overview
0 commit comments