Docs.rs
dkdc-bookmarks-0.1.0
dkdc-bookmarks 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lostmygithubaccount
Dependencies
anyhow ^1
normal
axum ^0.8
normal
optional
clap ^4.5
normal
dirs ^6
normal
iced ^0.14
normal
optional
open ^5
normal
png ^0.17
normal
optional
serde ^1
normal
tokio ^1
normal
optional
toml ^0.9
normal
tempfile ^3
dev
Versions
30.43%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
run
bookmarks
0.1.0
In bookmarks::
cli
bookmarks
::
cli
Function
run
Copy item path
Source
pub fn run<I, T>(args: I) ->
Result
<
()
>
where I:
IntoIterator
<Item = T>, T:
Into
<
OsString
> +
Clone
,