Docs.rs
  • ndn-app-0.4.0
    • ndn-app 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • Xandaros
    • Dependencies
      • async-trait ^0.1.77 normal
      • bytes ^1.5.0 normal
      • derive_more ^0.99.17 normal
      • futures ^0.3.30 normal
      • log ^0.4.20 normal
      • ndn-ndnlp ^0.4.0 normal
      • ndn-nfd-mgmt ^0.4.0 normal
      • ndn-protocol ^0.4.0 normal
      • ndn-tlv ^0.4.0 normal
      • thiserror ^1.0.57 normal
      • tokio ^1.36.0 normal
      • tokio-util ^0.7.10 normal
      • type-map ^0.5.0 normal
      • base64 ^0.21.7 dev
      • tokio ^1.36.0 dev
    • Versions
    • 4.65% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ndn_app0.4.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • app::App
  • app::AppHandler
  • app::RouteHandler
  • verifier::AllowAll
  • verifier::AndVerifier
  • verifier::ForbidAll
  • verifier::ForbidDigestSignature
  • verifier::ForbidUnsigned
  • verifier::OrVerifier
  • verifier::RequireValidNonce
  • verifier::RequireValidSeqNum
  • verifier::RequireValidSignature
  • verifier::RequireValidTime

Enums

  • error::Error

Traits

  • verifier::DataVerifier
  • verifier::InterestVerifier
  • verifier::VerifierEx

Functions

  • verifier::simple_signed
  • verifier::simple_verifier

Type Aliases

  • Result