path_end

Crates.iopath_end
lib.rspath_end
version0.1.1
created_at2025-09-02 05:55:33.79759+00
updated_at2025-09-02 05:55:33.79759+00
descriptionpath_end
homepagehttps://github.com/i18n-site/rust/tree/dev/path_end
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1820634
size27,255
i18n.site (i18nsite)

documentation

README

path_end

pub fn path_end(dir: impl AsRef<str>) -> String {
  let dir = dir.as_ref();
  format!("{dir}{}", std::path::MAIN_SEPARATOR)
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Commit count: 68

cargo fmt