Docs.rs
memer-rs-0.1.1
memer-rs 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Programmer-RD-AI
Dependencies
anyhow ^1.0.100
normal
async-openai ^0.29.3
normal
clap ^4.5.47
normal
clap-verbosity-flag ^3.0.4
normal
dotenv ^0.15.0
normal
env_logger ^0.11.8
normal
indicatif ^0.18.0
normal
log ^0.4.28
normal
minijinja ^2.12.0
normal
tokio ^1.47.1
normal
uuid ^1.18.1
normal
Versions
11.11%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Crate memer_rs
memer_
rs
0.1.1
All Items
Crate Items
Modules
Crate
memer_
rs
Copy item path
Source
Modules
§
config
utils
why Box
? the options that we have is either String (which would mean it will be mutable (which we do not indeded to do), owned, etc…) or a Arc or Rc, as they seem unrequired for this setup at the moment, i have utilized a Box