Browse Source

Better descriptions for subcrates

Łukasz Jan Niemier 9 năm trước cách đây
mục cha
commit
3d11940538
8 tập tin đã thay đổi với 8 bổ sung10 xóa
  1. 1 1
      Cargo.toml
  2. 1 1
      bigint/Cargo.toml
  3. 1 1
      complex/Cargo.toml
  4. 1 1
      integer/Cargo.toml
  5. 1 1
      iter/Cargo.toml
  6. 1 3
      macros/Cargo.toml
  7. 1 1
      rational/Cargo.toml
  8. 1 1
      traits/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
+description = "Metapackage exposing legacy interface of all `rust-num` crates"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]

+ 1 - 1
bigint/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
+description = "Big integer implementation for Rust"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]

+ 1 - 1
complex/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
+description = "Complex numbers implementation for Rust"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]

+ 1 - 1
integer/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
+description = "Integer traits and functions"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]

+ 1 - 1
iter/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
+description = "External iterators for generic mathematics"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]

+ 1 - 3
macros/Cargo.toml

@@ -7,9 +7,7 @@ homepage = "https://github.com/rust-num/num"
 repository = "https://github.com/rust-num/num"
 documentation = "http://rust-num.github.io/num"
 keywords = ["mathematics", "numerics"]
-description = """
-Numeric syntax extensions.
-"""
+description = "Numeric syntax extensions"
 
 [lib]
 name = "num_macros"

+ 1 - 1
rational/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
+description = "Rational numbers implementation for Rust"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]

+ 1 - 1
traits/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
+description = "Numeric traits for generic mathematics"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]