Docs.rs
caretta-sync-core-0.0.2
caretta-sync-core 0.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
16 August 2026
Links
Repository
crates.io
Source
Owners
fluo10
Dependencies
async-trait ^0.1.89
normal
base64 ^0.22.1
normal
chrono ^0.4.41
normal
chrono-tz ^0.10.3
normal
clap ^4.5.38
normal
optional
dirs ^6.0.0
normal
futures ^0.3.31
normal
iroh ^0.94.0
normal
iroh-docs ^0.94.0
normal
iroh-tickets ^0.1.0
normal
mtid ^0.6.0
normal
prost ^0.14.1
normal
prost-types ^0.14.1
normal
rand ^0.9.2
normal
sea-orm ^1.1.16
normal
sea-orm-migration ^1.1.16
normal
serde ^1.0.219
normal
sysinfo ^0.37.0
normal
tempfile ^3.20.0
normal
optional
thiserror ^2.0.12
normal
tokio ^1.45.0
normal
tokio-stream ^0.1.17
normal
toml ^0.9.8
normal
tonic ^0.14.0
normal
tonic-prost ^0.14.0
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
url ^2.5.7
normal
uuid ^1.17.0
normal
whoami ^1.6.1
normal
tempfile ^3.20.0
dev
tonic-prost-build ^0.14.0
build
jni ^0.21.1
normal
ndk ^0.9.0
normal
objc2 ^0.6.2
normal
objc2-app-kit ^0.3.1
normal
objc2-foundation ^0.3.1
normal
Versions
21.47%
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
Skip to main content
Files
caretta_sync_core/utils/
runnable.rs
1
pub trait
Runnable {
2
fn
run(
self
, app_name:
&
'static
str);
3
}