rust-axum-core 0.3.4-1 source package in Ubuntu

Changelog

rust-axum-core (0.3.4-1) unstable; urgency=medium

  * Package axum-core 0.3.4 from crates.io using debcargo 2.6.0

 -- Reinhard Tartler <email address hidden>  Thu, 21 Sep 2023 23:03:23 +0200

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe misc

Downloads

File Size SHA-256 Checksum
rust-axum-core_0.3.4-1.dsc 2.8 KiB 7ae0bd340b5eb16c5a33b99fc098dc1016a57b81accb8f8b37f29c62cc9e36df
rust-axum-core_0.3.4.orig.tar.gz 20.6 KiB 759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c
rust-axum-core_0.3.4-1.debian.tar.xz 2.8 KiB f84e7e366f28f59f9243f240ea6df930e22eaebab90c19f721fa4874af54f868

No changes file available.

Binary packages built by this source

librust-axum-core-dev: core types and traits for the web framework axum - Rust source code

 axum is a web application framework
 that focuses on ergonomics and modularity.
 .
  * Route requests to handlers with a macro free API.
  * Declaratively parse requests using extractors.
  * Simple and predictable error handling model.
  * Generate responses with minimal boilerplate.
  * Take full advantage of the tower and tower-http ecosystem
    of middleware, services, and utilities.
 .
 In particular the last point
 is what sets axum apart from other frameworks.
 axum doesn't have its own middleware system
 but instead uses tower::Service.
 This means axum gets timeouts, tracing, compression,
 authorization, and more, for free.
 It also enables you to share middleware
 with applications written using hyper or tonic.
 .
 This package contains the source for the Rust crate axum-core,
 for use with cargo and dh-cargo.