Skip to content

Commit e28ac04

Browse files
committed
Release v0.5.1
1 parent 2b13f39 commit e28ac04

Some content is hidden

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

43 files changed

+4894
-0
lines changed

doc/v0.5.1/.lock

Whitespace-only changes.

doc/v0.5.1/FiraSans-Medium.woff

87.8 KB
Binary file not shown.

doc/v0.5.1/FiraSans-Regular.woff

89.8 KB
Binary file not shown.

doc/v0.5.1/Heuristica-Italic.woff

117 KB
Binary file not shown.

doc/v0.5.1/SourceCodePro-Regular.woff

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

doc/v0.5.1/SourceSerifPro-Bold.woff

47.6 KB
Binary file not shown.
48.8 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(function() {var implementors = {};
2+
implementors['postgres_array'] = ["impl&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a>&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='postgres_array/array/struct.Array.html' title='postgres_array::array::Array'>Array</a>&lt;T&gt;","impl <a class='trait' href='http://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='postgres_array/struct.Dimension.html' title='postgres_array::Dimension'>Dimension</a>",];
3+
4+
if (window.register_implementors) {
5+
window.register_implementors(implementors);
6+
} else {
7+
window.pending_implementors = implementors;
8+
}
9+
10+
})()
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(function() {var implementors = {};
2+
implementors['postgres_array'] = ["impl&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html' title='core::cmp::Eq'>Eq</a>&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html' title='core::cmp::Eq'>Eq</a> for <a class='struct' href='postgres_array/array/struct.Array.html' title='postgres_array::array::Array'>Array</a>&lt;T&gt;","impl <a class='trait' href='http://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html' title='core::cmp::Eq'>Eq</a> for <a class='struct' href='postgres_array/struct.Dimension.html' title='postgres_array::Dimension'>Dimension</a>",];
3+
4+
if (window.register_implementors) {
5+
window.register_implementors(implementors);
6+
} else {
7+
window.pending_implementors = implementors;
8+
}
9+
10+
})()

0 commit comments

Comments
 (0)