docs: update links to documentation
This commit is contained in:
parent
5420f8aa3d
commit
f02ad80c70
3 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,7 @@ zip-rs
|
||||||
[](https://github.com/zip-rs/zip/actions?query=branch%3Amaster+workflow%3ACI)
|
[](https://github.com/zip-rs/zip/actions?query=branch%3Amaster+workflow%3ACI)
|
||||||
[](https://crates.io/crates/zip)
|
[](https://crates.io/crates/zip)
|
||||||
|
|
||||||
[Documentation](http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html)
|
[Documentation](https://docs.rs/zip/0.5.10/zip/)
|
||||||
|
|
||||||
|
|
||||||
Info
|
Info
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
PROJECT_NAME=zip-rs
|
|
||||||
DOCS_REPO=mvdnes/rust-docs.git
|
|
||||||
DOC_RUST_VERSION=stable
|
|
|
@ -30,7 +30,7 @@ impl System {
|
||||||
/// # Warning
|
/// # Warning
|
||||||
///
|
///
|
||||||
/// Some utilities use alternative timestamps to improve the accuracy of their
|
/// Some utilities use alternative timestamps to improve the accuracy of their
|
||||||
/// ZIPs, but we don't parse them yet. [We're working on this](https://github.com/mvdnes/zip-rs/issues/156#issuecomment-652981904),
|
/// ZIPs, but we don't parse them yet. [We're working on this](https://github.com/zip-rs/zip/issues/156#issuecomment-652981904),
|
||||||
/// however this API shouldn't be considered complete.
|
/// however this API shouldn't be considered complete.
|
||||||
#[derive(Debug, Clone, Copy)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
pub struct DateTime {
|
pub struct DateTime {
|
||||||
|
|
Loading…
Add table
Reference in a new issue