radicle/canonical: provide public Canonical JSON link
The previous link is now behind an authentication layer. Replace it with a webarchive link instead.
This commit is contained in:
parent
f6d3dae4c7
commit
b41ce2e6fa
|
|
@ -10,7 +10,7 @@
|
||||||
//! > serde_json cannot necessarily deserialize JSON produced by this
|
//! > serde_json cannot necessarily deserialize JSON produced by this
|
||||||
//! > formatter.
|
//! > formatter.
|
||||||
//!
|
//!
|
||||||
//! [Canonical JSON]: http://wiki.laptop.org/go/Canonical_JSON
|
//! [Canonical JSON]: https://web.archive.org/web/20250207154955/https://wiki.laptop.org/go/Canonical_JSON
|
||||||
//! [olpc-json]: https://docs.rs/olpc-cjson/0.1.2/olpc_cjson
|
//! [olpc-json]: https://docs.rs/olpc-cjson/0.1.2/olpc_cjson
|
||||||
|
|
||||||
pub mod formatter;
|
pub mod formatter;
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ use unicode_normalization::UnicodeNormalization;
|
||||||
/// for distribution convenience. We expressly license the original code under
|
/// for distribution convenience. We expressly license the original code under
|
||||||
/// the term of the MIT licence.
|
/// the term of the MIT licence.
|
||||||
///
|
///
|
||||||
/// [Canonical JSON]: http://wiki.laptop.org/go/Canonical_JSON
|
/// [Canonical JSON]: https://web.archive.org/web/20250207154955/https://wiki.laptop.org/go/Canonical_JSON
|
||||||
/// [RFC 8259]: https://www.rfc-editor.org/rfc/rfc8259.txt
|
/// [RFC 8259]: https://www.rfc-editor.org/rfc/rfc8259.txt
|
||||||
#[derive(Debug, Default)]
|
#[derive(Debug, Default)]
|
||||||
pub struct CanonicalFormatter {
|
pub struct CanonicalFormatter {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue