Registry / web-framework / ntex-service

ntex-service

JSON →
library4.6.0rscratesunverified

Service abstraction for the ntex web framework, enabling middleware and request handling.

# Cargo.toml [dependencies] ntex-service = "4.6.0"
INSTALL
IMPORT
SIG · NTEX-SERVICE
N
ntex-service
web-frameworkrustv4.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Service
use ntex_service::Service;

Defines a simple async service.

use ntex_service::Service; fn main() { let service = |req: &str| async move { Ok::<_, ()>(format!("Hello {}", req)) }; println!("Service defined"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
ntex-service — cargo add ntex-service · libregistry