Docs.rs
auxon-sdk-2.3.0
auxon-sdk 2.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jonlamb-gh
mullr
Dependencies
anyhow ^1
normal
optional
async-trait ^0.1.52
normal
optional
axum ^0.6
normal
optional
clap ^4.3
normal
optional
dirs ^4.0.0
normal
duplicate ^0.4.1
normal
optional
envy ^0.4.2
normal
optional
exitcode ^1.1.2
normal
optional
futures ^0.3.21
normal
optional
hex ^0.4
normal
lazy_static ^1.4
normal
minicbor ^0.13.1
normal
optional
minicbor-io ^0.8
normal
optional
once_cell ^1.12.0
normal
optional
ordered-float ^3.7.0
normal
parking_lot ^0.12.0
normal
optional
percent-encoding ^2.1.0
normal
optional
proptest ^1.0
normal
optional
pyo3 ^0.21
normal
optional
regex ^1.6
normal
reqwest ^0.11
normal
optional
rustls-native-certs ^0.7
normal
optional
schemars ^0.8.8
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
thiserror ^1
normal
tokio ^1
normal
optional
tokio-rustls ^0.26
normal
optional
tokio-util ^0.7.3
normal
optional
toml ^0.5
normal
tracing ^0.1
normal
tracing-core ^0.1.27
normal
optional
tracing-serde-structured ^0.1
normal
optional
tracing-serde-wire ^0.1
normal
optional
tracing-subscriber ^0.3
normal
optional
url =2.5.2
normal
utoipa ^3.0
normal
optional
utoipa-swagger-ui ^3.0
normal
optional
uuid ^1
normal
ctrlc ^3.2.2
dev
proptest ^1.0
dev
rand ^0.8.5
dev
serial_test ^3
dev
tempfile ^3
dev
nix ^0.26.2
normal
optional
Versions
18.03%
of the crate is documented
Platform
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
BearingConfigFilePath
auxon_
sdk
2.3.0
Bearing
Config
File
Path
Required Methods
config_file_path
Implementors
In auxon_
sdk::
plugin_
utils
auxon_sdk
::
plugin_utils
Trait
Bearing
Config
File
Path
Copy item path
Source
pub trait BearingConfigFilePath { // Required method fn
config_file_path
(&self) ->
Option
<&
Path
>; }
Required Methods
§
Source
fn
config_file_path
(&self) ->
Option
<&
Path
>
Implementors
§