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 context
atc_
router
1.7.1
Module context
Module Items
Functions
In atc_
router::
ffi
atc_router
::
ffi
Module
context
Copy item path
Source
Functions
§
context_
add_
value
⚠
Add a value associated with a field to the context. This is useful when you want to match a value against a field in the schema.
context_
free
⚠
Deallocate the context object.
context_
get_
result
⚠
Get the result of the context.
context_
new
⚠
Allocate a new context object associated with the schema.
context_
reset
⚠
Reset the context so that it can be reused. This is useful when you want to reuse the same context for multiple matches. This will clear all the values that were added to the context, but keep the memory allocated for the context.