Skip to content

Commit 28ae5d3

Browse files
author
James O'Cull
committed
Added relevant links and docs
1 parent 1b331bc commit 28ae5d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4239
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
target
1+
target/debug
2+
target/release
3+
target/package
4+
target/doc/.lock
25
Cargo.lock

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
name = "measurements"
33
version = "0.1.0"
44
authors = ["James O'Cull <[email protected]>"]
5+
documentation = "https://jocull.github.io/rust-measurements/"
6+
repository = "https://github.com/jocull/rust-measurements"

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<meta http-equiv=refresh content=0;url=target/doc/measurements/index.html>

target/doc/FiraSans-Medium.woff

87.8 KB
Binary file not shown.

target/doc/FiraSans-Regular.woff

89.8 KB
Binary file not shown.

target/doc/Heuristica-Italic.woff

117 KB
Binary file not shown.

target/doc/SourceCodePro-Regular.woff

54.2 KB
Binary file not shown.
54.1 KB
Binary file not shown.

target/doc/SourceSerifPro-Bold.woff

47.6 KB
Binary file not shown.
48.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)