aboutsummaryrefslogtreecommitdiffstats
path: root/askama_actix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No needless boxing of the errorLibravatar René Kijewski2022-01-061-3/+22
|
* Combine imports from the same moduleLibravatar René Kijewski2022-01-061-3/+1
|
* Update for actix-web betaLibravatar René Kijewski2022-01-053-25/+22
|
* Use strict matching for prereleasesLibravatar Dirkjan Ochtman2022-01-051-4/+5
|
* askama_actix: revert to actix-web v3 for releaseLibravatar Dirkjan Ochtman2022-01-043-14/+13
|
* Use a separate trait for object safety (#579)Libravatar Dirkjan Ochtman2021-12-151-3/+2
| | | | | | | | | | | | | | | | | | This is relatively major change to the main trait's API. For context, I always started from the concept of monomorphized traits, but later several contributors asked about object safety. At that point I made `Template` object-safe, and then even later added a `SizedTemplate` to make some things easier for people who don't need object safety. However, having object-safety in the primary trait is bad for performance (a substantial number of calls into the virtual `Write` trait is relatively slow), and I don't think those who don't need object safety should pay for the cost of having it. Additionally, I feel using associated consts for the extension and size hint is more idiomatic than having accessor methods. I don't know why I didn't use these from the start -- maybe associated consts didn't exist yet, or I didn't yet know how/when to use them. Askama is pretty old at this point...
* updated for actix-web 4.0.0-beta.14Libravatar CrunkLord4202021-12-141-2/+2
|
* Add missing license files to askama_actix and askama_mendesLibravatar René Kijewski2021-12-012-0/+2
|
* Bump version numbersLibravatar Dirkjan Ochtman2021-11-241-1/+1
|
* Remove authors from Cargo metadata (see RFC 3052)Libravatar Dirkjan Ochtman2021-11-241-1/+0
|
* Prepare for actix-web v4 (#553)Libravatar Sergey Pashinin2021-11-113-14/+15
|
* Bump version numbers in anticipation of beta releaseLibravatar Dirkjan Ochtman2021-08-211-1/+1
|
* Stop eliding lifetimes in pathsLibravatar Dirkjan Ochtman2021-07-011-0/+2
|
* Rename askama_actix trait method as suggested by clippyLibravatar Dirkjan Ochtman2021-02-153-7/+7
| | | | | By bumping the dependency versions for askama and askama_shared, this should be safe.
* Disable askama's default features in web framework cratesLibravatar Randati2020-12-211-1/+1
| | | | | | Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project.
* askama_actix: bump version to 0.11.1Libravatar Dirkjan Ochtman2020-10-181-1/+1
|
* Do not include default actix-web featuresLibravatar Rob Ede2020-09-251-1/+1
| | | closes #360
* actix: upgrade to actix 3Libravatar Dirkjan Ochtman2020-09-111-2/+2
|
* Tweak dependency on futures for Actix integrationLibravatar Dirkjan Ochtman2020-06-302-1/+8
|
* Reference READMEs in crate metadataLibravatar Dirkjan Ochtman2020-06-301-0/+1
|
* Add README files for subcratesLibravatar Dirkjan Ochtman2020-06-301-0/+9
|
* Bump version numbersLibravatar Dirkjan Ochtman2020-06-301-2/+2
|
* Adapt to new warnings and formattingLibravatar Dirkjan Ochtman2020-02-081-5/+3
|
* Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman2020-01-294-0/+98