rust-axum 0.6.20-16 source package in Ubuntu

Changelog

rust-axum (0.6.20-16) unstable; urgency=medium

  * fix autopkgtest-dependencies

 -- Jonas Smedegaard <email address hidden>  Sat, 17 Feb 2024 14:07:32 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-axum_0.6.20-16.dsc 7.5 KiB caf7d3156c7f0ffabd16aabdeecbd3eed45219afe030b629bcedf8e7f5480bd7
rust-axum_0.6.20.orig.tar.gz 299.7 KiB a0bcc4c114175a91dabd3755387b9af617817d7055738274871ad9a513d07d06
rust-axum_0.6.20-16.debian.tar.xz 20.6 KiB 4e3291d7ccc6198aebae192d436cfe977b90dbc88a02a6c1e849c1320ad67342

Available diffs

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.

librust-axum-dev: ergonomic and modular web framework - 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,
 for use with cargo and dh-cargo.

librust-axum-extra-dev: extra utilities 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-extra,
 for use with cargo and dh-cargo.

librust-axum-macros-dev: macros 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-macros,
 for use with cargo and dh-cargo.