🔖 [macros] release development version 0.0.8
This commit is contained in:
parent
bee5f3160f
commit
4627de4bd4
2 changed files with 24 additions and 26 deletions
|
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "pagetop-macros"
|
||||
version = "0.0.7"
|
||||
version = "0.0.8"
|
||||
edition = "2021"
|
||||
|
||||
authors = [
|
||||
"Manuel Cillero <manuel@cillero.es>"
|
||||
]
|
||||
description = """\
|
||||
Group the main procedural and declarative macros for use from PageTop.\
|
||||
A collection of procedural macros that enhance the development experience within PageTop.\
|
||||
"""
|
||||
homepage = "https://pagetop.cillero.es"
|
||||
repository = "https://github.com/manuelcillero/pagetop"
|
||||
|
|
@ -19,7 +19,7 @@ proc-macro = true
|
|||
[dependencies]
|
||||
concat-string = "1.0.1"
|
||||
proc-macro2 = "1.0"
|
||||
proc-macro-crate = "2.0.0"
|
||||
proc-macro-crate = "3.1.0"
|
||||
proc-macro-error = "1.0.4"
|
||||
quote = "1.0"
|
||||
syn = { version = "2.0", features = ["full"] }
|
||||
|
|
|
|||
|
|
@ -1,35 +1,33 @@
|
|||
Agrupa las principales macros procedurales para usar desde **PageTop**.
|
||||
A collection of procedural macros that enhance the development experience within **PageTop**.
|
||||
|
||||
[PageTop](https://github.com/manuelcillero/pagetop/tree/main/pagetop), es un entorno de desarrollo
|
||||
basado en algunos de los *crates* más estables y populares del ecosistema Rust para proporcionar
|
||||
APIs, patrones de desarrollo y buenas prácticas para la creación de soluciones web SSR (*Server-Side
|
||||
Rendering*).
|
||||
[PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web
|
||||
development framework to build secure and modular Server-Side Rendering (SSR) web solutions.
|
||||
|
||||
|
||||
# 🚧 Advertencia
|
||||
# 🚧 Warning
|
||||
|
||||
**PageTop** sólo libera actualmente versiones de desarrollo. La API no es estable y los cambios son
|
||||
constantes. No puede considerarse preparado hasta que se libere la versión **0.1.0**.
|
||||
**PageTop** framework is currently in active development. The API is unstable and subject to
|
||||
frequent changes. Production use is not recommended until version **0.1.0**.
|
||||
|
||||
|
||||
# 🔖 Créditos
|
||||
# 🔖 Credits
|
||||
|
||||
Incluye en código una versión adaptada del crate [maud-macros](https://crates.io/crates/maud_macros)
|
||||
de [Chris Wong](https://crates.io/users/lambda-fairy) (versión
|
||||
[0.25.0](https://github.com/lambda-fairy/maud/tree/v0.25.0/maud_macros)), para añadir sus
|
||||
funcionalidades en **PageTop** sin requerir la referencia a `maud` en el archivo `Cargo.toml` de
|
||||
cada proyecto.
|
||||
This crate includes an adapted version of [maud-macros](https://crates.io/crates/maud_macros),
|
||||
version [0.25.0](https://github.com/lambda-fairy/maud/tree/v0.25.0/maud_macros), by
|
||||
[Chris Wong](https://crates.io/users/lambda-fairy). This adaptation integrates its functionalities
|
||||
into **PageTop**, eliminating the need for direct references to `maud` in the `Cargo.toml` file of
|
||||
each project.
|
||||
|
||||
|
||||
# 📜 Licencia
|
||||
# 📜 License
|
||||
|
||||
Este proyecto tiene licencia, de hecho tiene dos, puedes aplicar cualquiera de las siguientes a tu
|
||||
elección:
|
||||
All code in this crate is dual-licensed under either:
|
||||
|
||||
* Licencia Apache versión 2.0
|
||||
([LICENSE-APACHE](https://github.com/manuelcillero/pagetop/blob/main/LICENSE-APACHE) o
|
||||
[http://www.apache.org/licenses/LICENSE-2.0]).
|
||||
* MIT License
|
||||
([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
|
||||
|
||||
* Licencia MIT
|
||||
([LICENSE-MIT](https://github.com/manuelcillero/pagetop/blob/main/LICENSE-MIT) o
|
||||
[http://opensource.org/licenses/MIT]).
|
||||
* Apache License, Version 2.0,
|
||||
([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
at your option. This means you can select the license you prefer! This dual-licensing approach is
|
||||
the de-facto standard in the Rust ecosystem.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue