Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
time-0.1.45
/ (
Firefox Browser
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 848 B
Quelle README.md Sprache: unbekannt
Spracherkennung für: .md vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
time
====
Utilities for working with time-related functions in Rust
[](https://github.com/time-rs/time/actions?query=branch%
3
Av0.
1
)
[](https://docs.rs/t
ime/~
0
.
1
)

## time v0.
1
.x is Deprecated
The
0
.
1
.x series of this library is deprecated and in maintenance mode. No new
features will be added. Active development now occurs in the
0
.
2
.x series.
If you need additional functionality that this crate does not provide, check
out the [`chrono`](
https://github.com/chronotope/chrono)
crate.
## Usage
Put this in your `Cargo.toml`:
```toml
[dependencies]
time = "
0
.
1
"
```
And this in your crate root:
```rust
extern crate time;
```
[Dauer der Verarbeitung: 0.19 Sekunden, vorverarbeitet 2026-06-05]
2026-07-09