rust/integral-geometry/Cargo.toml
author Grigory Ustinov <grenka@altlinux.org>
Tue, 27 Nov 2018 20:39:39 +0300
changeset 14327 85cd1aff2f04
parent 14207 bb2f301d4fe0
permissions -rw-r--r--
sed -i -E "s/еж([аиу][^а-я])/ёжик\1/g" *ru* grep -E "еж[аиу][^а-я]" *ru* Comment: [^а-я] includes all spaces and punctuation and also finish of string
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13935
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     1
[package]
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     2
name = "integral-geometry"
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     3
version = "0.1.0"
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     4
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
14207
bb2f301d4fe0 2018ize everything
alfadur
parents: 14081
diff changeset
     5
edition = "2018"
13935
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     6
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     7
[dependencies]
14081
5d42204ac35e Start convertion of FindPoint()
unC0Rr
parents: 13935
diff changeset
     8
fpnum = { path = "../fpnum" }