Docs.rs
atc-router-1.7.1
atc-router 1.7.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
dndx
Dependencies
bitflags ^2.6
normal
optional
cidr ^0.3
normal
fnv ^1
normal
lazy_static ^1.5
normal
pest ^2.7
normal
pest_derive ^2.7
normal
regex ^1
normal
serde ^1.0
normal
optional
serde_regex ^1.1
normal
optional
uuid ^1.8
normal
criterion ^0
dev
Versions
21.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module router
atc_
router
1.7.1
Module router
Module Items
Functions
In atc_
router::
ffi
atc_router
::
ffi
Module
router
Copy item path
Source
Functions
§
router_
add_
matcher
⚠
Add a new matcher to the router.
router_
execute
⚠
Execute the router with the context.
router_
free
⚠
Deallocate the router object.
router_
get_
fields
⚠
Get the de-duplicated fields that are actually used in the router. This is useful when you want to know what fields are actually used in the router, so you can generate their values on-demand.
router_
new
⚠
Create a new router object associated with the schema.
router_
remove_
matcher
⚠
Remove a matcher from the router.