actix-router

E427874

actix-router is the routing component of the Actix ecosystem, responsible for matching HTTP requests to the appropriate handlers in Rust web applications.

All labels observed (1)

Label Occurrences
actix-router canonical 1

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf Rust software library
web routing library
availableOn crates.io NERFINISHED
category backend library
web framework component
compatibleWith actix-web NERFINISHED
designedFor Actix Web framework NERFINISHED
distributedAs Rust crate
documentation online documentation on docs.rs
domain web development
ecosystem Actix Web NERFINISHED
ecosystemRole routing component
feature fast route matching
low-level routing primitives
resource trees
scoped routing
focus flexible routing configuration
performance
hostedOn GitHub NERFINISHED
implementedIn Rust NERFINISHED
integratesWith actix-http NERFINISHED
actix-service NERFINISHED
license MIT License
maintainer Actix project maintainers
partOf Actix ecosystem NERFINISHED
programmingLanguage Rust NERFINISHED
repositoryType git
supports HTTP method-based routing
URL generation
dynamic routes
named resources
path parameters
pattern-based routing
resource definitions
route guards
route path normalization
static routes
wildcard routes
targetPlatform Rust async web servers
usedFor HTTP request routing
URL path matching
matching HTTP requests to handlers
route parameter extraction
web application routing
usedIn Rust web applications

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

actix-web hasComponent actix-router