Skip to content

Commit d7f60c0

Browse files
authored
publich preparation (#5)
1 parent 5cb12de commit d7f60c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "pymath"
33
version = "0.0.1"
44
edition = "2024"
5+
description = "A binary representation compatible Rust implementation of Python's math library."
6+
license = "PSF-2.0"
7+
58

69
[features]
710
# Turning on this feature on aarch64-apple-darwin helps bit representation compatibility

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pymath
22
======
33

4-
A bit-compatible Rust implementation of Python's math library.
4+
A binary representation compatible Rust implementation of Python's math library.
55

66
## Overview
77

0 commit comments

Comments
 (0)