We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb96cfb commit 5c3424cCopy full SHA for 5c3424c
examples/README.md
@@ -0,0 +1,4 @@
1
+NOTE
2
+===
3
+
4
+It is not actually an example because it is used for a github-job.
examples/version.rs
@@ -0,0 +1,7 @@
+// Copyright (c) 2021 Blacknon. All rights reserved.
+// Use of this source code is governed by an MIT license
+// that can be found in the LICENSE file.
5
+fn main() {
6
+ println!("{}", env!("CARGO_PKG_VERSION"));
7
+}
0 commit comments