Expand description
mictils is util crate that contains various functions.
Modules§
- prelude
- A prelude for using mictils.
Traits§
- Bind
- Kotlin-like trait, but name changed.
not using
let, it usebind. - Hash
Code - Proveide instant hasher.
- Hold
- Kotlin-like trait, but name changed.
not using
also, it usehold. - Symlink
Exists - Impl exists_symlink for PathBuf, Path and etc.
- Which
- Protect your
if .. elsecode fromcargo fmt