1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//! Crate metadata and build information
//!
//! This module provides access to build-time information such as crate name,
//! version, description, and repository URL.
/// Build-time information generated by the `built` crate
/// Returns the crate name
/// Returns the current crate version
/// Returns the crate description
/// Returns the repository URL
///
/// The `.git` suffix is stripped if present for cleaner URLs.