Docs.rs
drasi-core-0.1.0
drasi-core 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
danielgerlag
github:drasi-project:maintainers-core
Dependencies
approx ^0.5.1
normal
async-recursion ^1.0.4
normal
async-stream ^0.3.5
normal
async-trait ^0.1.68
normal
caches ^0.2.4
normal
chrono ^0.4.31
normal
chrono-tz ^0.8.3
normal
dateparser ^0.2.0
normal
drasi-query-ast ^0.1.0
normal
drasi-query-cypher ^0.1.0
normal
futures ^0.3.28
normal
hashers ^1.0.1
normal
iso8601-duration ^0.2.0
normal
itoa ^1.0.1
normal
lazy_static ^1.4.0
normal
log ^0.4.20
normal
once_cell ^1.19.0
normal
opentelemetry ^0.20
normal
ordered-float ^3.7.0
normal
priority-queue ^1.3.2
normal
rand ^0.8.5
normal
regex ^1.9.5
normal
round ^0.1.2
normal
serde ^1
normal
serde_json ^1
normal
statistical ^1.0.0
normal
thiserror ^1.0.50
normal
tokio ^1.29.1
normal
tokio-stream ^0.1.14
normal
tracing ^0.1.37
normal
Versions
0%
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
RegisterMetadataFunctions
drasi_
core
0.1.0
Register
Metadata
Functions
Required Methods
register_metadata_functions
Implementors
In drasi_
core::
evaluation::
functions::
metadata
drasi_core
::
evaluation
::
functions
::
metadata
Trait
Register
Metadata
Functions
Copy item path
Source
pub trait RegisterMetadataFunctions { // Required method fn
register_metadata_functions
(&self); }
Required Methods
§
Source
fn
register_metadata_functions
(&self)
Implementors
§
Source
§
impl
RegisterMetadataFunctions
for
FunctionRegistry