Update website URL
This commit is contained in:
parent
a123b30cf2
commit
4a02b97aa3
@ -7,7 +7,7 @@ network.
|
|||||||
|
|
||||||
[Rust]: https://rust-lang.org/
|
[Rust]: https://rust-lang.org/
|
||||||
[Matrix]: https://matrix.org/
|
[Matrix]: https://matrix.org/
|
||||||
[website]: https://ruma.io/
|
[website]: https://ruma.dev/
|
||||||
[chat]: https://matrix.to/#/#ruma:matrix.org
|
[chat]: https://matrix.to/#/#ruma:matrix.org
|
||||||
[docs]: https://docs.rs/ruma/
|
[docs]: https://docs.rs/ruma/
|
||||||
[unstable-docs]: https://docs.ruma.dev/ruma/
|
[unstable-docs]: https://docs.ruma.dev/ruma/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "Types for the endpoints in the Matrix application service API."
|
description = "Types for the endpoints in the Matrix application service API."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-appservice-api"
|
name = "ruma-appservice-api"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! (De)serializable types for the [Matrix Application Service API][appservice-api].
|
//! (De)serializable types for the [Matrix Application Service API][appservice-api].
|
||||||
//! These types can be shared by application service and server code.
|
//! These types can be shared by application service and server code.
|
||||||
//!
|
//!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "Types for the endpoints in the Matrix client-server API."
|
description = "Types for the endpoints in the Matrix client-server API."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-client-api"
|
name = "ruma-client-api"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! (De)serializable types for the [Matrix Client-Server API][client-api].
|
//! (De)serializable types for the [Matrix Client-Server API][client-api].
|
||||||
//! These types can be shared by client and server code.
|
//! These types can be shared by client and server code.
|
||||||
//!
|
//!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "A Matrix client library."
|
description = "A Matrix client library."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-client"
|
name = "ruma-client"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! A minimal [Matrix](https://matrix.org/) client library.
|
//! A minimal [Matrix](https://matrix.org/) client library.
|
||||||
//!
|
//!
|
||||||
//! # Usage
|
//! # Usage
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "ruma-common"
|
name = "ruma-common"
|
||||||
version = "0.12.1"
|
version = "0.12.1"
|
||||||
description = "Common types for other ruma crates."
|
description = "Common types for other ruma crates."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! Common types for the Ruma crates.
|
//! Common types for the Ruma crates.
|
||||||
|
|
||||||
#![recursion_limit = "1024"]
|
#![recursion_limit = "1024"]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "ruma-events"
|
name = "ruma-events"
|
||||||
version = "0.27.11"
|
version = "0.27.11"
|
||||||
description = "Serializable types for the events in the Matrix specification."
|
description = "Serializable types for the events in the Matrix specification."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! (De)serializable types for the events in the [Matrix](https://matrix.org) specification.
|
//! (De)serializable types for the events in the [Matrix](https://matrix.org) specification.
|
||||||
//! These types are used by other Ruma crates.
|
//! These types are used by other Ruma crates.
|
||||||
//!
|
//!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "Types for the endpoints in the Matrix server-server API."
|
description = "Types for the endpoints in the Matrix server-server API."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-federation-api"
|
name = "ruma-federation-api"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! (De)serializable types for the [Matrix Server-Server API][federation-api].
|
//! (De)serializable types for the [Matrix Server-Server API][federation-api].
|
||||||
//! These types are used by server code.
|
//! These types are used by server code.
|
||||||
//!
|
//!
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "ruma-html"
|
name = "ruma-html"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Opinionated HTML parsing and manipulating."
|
description = "Opinionated HTML parsing and manipulating."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "ruma", "html", "parser"]
|
keywords = ["matrix", "ruma", "html", "parser"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! Opinionated HTML parsing and manipulating library.
|
//! Opinionated HTML parsing and manipulating library.
|
||||||
//!
|
//!
|
||||||
//! Like the rest of the Ruma crates, this crate is primarily meant to be used for
|
//! Like the rest of the Ruma crates, this crate is primarily meant to be used for
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-identifiers-validation"
|
name = "ruma-identifiers-validation"
|
||||||
description = "Validation logic for ruma-common and ruma-macros"
|
description = "Validation logic for ruma-common and ruma-macros"
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.9.3"
|
version = "0.9.3"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
|
|
||||||
pub mod client_secret;
|
pub mod client_secret;
|
||||||
pub mod device_key_id;
|
pub mod device_key_id;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "ruma-identity-service-api"
|
name = "ruma-identity-service-api"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
description = "Types for the endpoints in the Matrix identity service API."
|
description = "Types for the endpoints in the Matrix identity service API."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! (De)serializable types for the [Matrix Identity Service API][identity-api].
|
//! (De)serializable types for the [Matrix Identity Service API][identity-api].
|
||||||
//! These types can be shared by client and identity service code.
|
//! These types can be shared by client and identity service code.
|
||||||
//!
|
//!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "Procedural macros used by the Ruma crates."
|
description = "Procedural macros used by the Ruma crates."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-macros"
|
name = "ruma-macros"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! Procedural macros used by ruma crates.
|
//! Procedural macros used by ruma crates.
|
||||||
//!
|
//!
|
||||||
//! See the documentation for the individual macros for usage details.
|
//! See the documentation for the individual macros for usage details.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "ruma-push-gateway-api"
|
name = "ruma-push-gateway-api"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
description = "Types for the endpoints in the Matrix push gateway API."
|
description = "Types for the endpoints in the Matrix push gateway API."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! (De)serializable types for the [Matrix Push Gateway API][push-api].
|
//! (De)serializable types for the [Matrix Push Gateway API][push-api].
|
||||||
//! These types can be shared by push gateway and server code.
|
//! These types can be shared by push gateway and server code.
|
||||||
//!
|
//!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "Utilities for implementing Matrix server applications."
|
description = "Utilities for implementing Matrix server applications."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-server-util"
|
name = "ruma-server-util"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! Collection of helpers for implementing Matrix homeservers using Ruma.
|
//! Collection of helpers for implementing Matrix homeservers using Ruma.
|
||||||
|
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
categories = ["api-bindings", "cryptography"]
|
categories = ["api-bindings", "cryptography"]
|
||||||
description = "Digital signatures according to the Matrix specification."
|
description = "Digital signatures according to the Matrix specification."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"]
|
keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-signatures"
|
name = "ruma-signatures"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! Digital signatures according to the [Matrix](https://matrix.org/) specification.
|
//! Digital signatures according to the [Matrix](https://matrix.org/) specification.
|
||||||
//!
|
//!
|
||||||
//! Digital signatures are used by Matrix homeservers to verify the authenticity of events in the
|
//! Digital signatures are used by Matrix homeservers to verify the authenticity of events in the
|
||||||
|
@ -3,7 +3,7 @@ name = "ruma-state-res"
|
|||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
keywords = ["matrix", "chat", "ruma"]
|
keywords = ["matrix", "chat", "ruma"]
|
||||||
description = "An abstraction for Matrix state resolution."
|
description = "An abstraction for Matrix state resolution."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -3,7 +3,7 @@ name = "ruma"
|
|||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
description = "Types and traits for working with the Matrix protocol."
|
description = "Types and traits for working with the Matrix protocol."
|
||||||
homepage = "https://ruma.io/"
|
homepage = "https://ruma.dev/"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||||
//! Types and traits for working with the [Matrix](https://matrix.org) protocol.
|
//! Types and traits for working with the [Matrix](https://matrix.org) protocol.
|
||||||
//!
|
//!
|
||||||
//! This crate re-exports things from all of the other ruma crates so you don't
|
//! This crate re-exports things from all of the other ruma crates so you don't
|
||||||
|
Loading…
x
Reference in New Issue
Block a user