Docs.rs
mecomp-core-0.5.1
mecomp-core 0.5.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AnthonyMichaelTDM
Dependencies
ciborium ^0.2.2
normal
optional
config ^0.15.11
normal
console-subscriber ^0.4.1
normal
optional
csv ^1.3.1
normal
directories ^6.0.0
normal
env_logger ^0.11.8
normal
log ^0.4.27
normal
mecomp-analysis =0.5.1
normal
optional
mecomp-storage =0.5.1
normal
object-pool ^0.6.0
normal
optional
one-or-many =0.3.1
normal
opentelemetry ^0.28.0
normal
optional
opentelemetry-otlp ^0.28.0
normal
optional
opentelemetry_sdk ^0.28.0
normal
optional
rand ^0.8.5
normal
optional
rodio ^0.20.1
normal
optional
serde ^1.0
normal
shellexpand ^3.1
normal
tarpc ^0.36.0
normal
optional
thiserror ^2.0
normal
tokio ^1.44
normal
optional
tracing ^0.1.40
normal
tracing-flame ^0.2.0
normal
optional
tracing-opentelemetry ^0.29.0
normal
optional
tracing-subscriber ^0.3.18
normal
anyhow ^1.0
dev
criterion ^0.5.1
dev
lofty ^0.22.3
dev
mecomp-storage =0.5.1
dev
pretty_assertions ^1.4
dev
rstest ^0.25.0
dev
rstest_reuse ^0.7.0
dev
surrealdb =2.2.2
dev
tempfile ^3.19
dev
Versions
65.8%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
mecomp_
core
0.5.1
All Items
Crate Items
Modules
Macros
Functions
Crate
mecomp_core
Copy item path
Source
Modules
§
audio
config
Handles the configuration of the daemon.
errors
logger
rpc
This module contains the service definitions.
state
udp
Implementation for the UDP stack used by the server to broadcast events to clients
Macros
§
function_
name
This macro returns the name of the enclosing function. As the internal implementation is based on the
std::any::type_name
, this macro derives all the limitations of this function.
Functions
§
format_
duration
get_
config_
dir
Get the config directory for the application.
get_
data_
dir
Get the data directory for the application.
is_
server_
running
Check if a server is already running on localhost on the given port. If a server is already running, return true, otherwise return false.