美化readme (#446)

* 美化readme
This commit is contained in:
LoGin
2023-11-17 12:26:10 +08:00
committed by GitHub
parent e26ca418df
commit e4fb6c9754
7 changed files with 17 additions and 95 deletions

View File

@ -1,7 +1,5 @@
use super::BindgenArch;
pub struct X86_64BindgenArch;
impl BindgenArch for X86_64BindgenArch {

View File

@ -34,9 +34,9 @@ impl CargoHandler {
}
/// 设置Cargo对文件更改的监听
///
///
/// ## Parameters
///
///
/// - `files` - The files to set rerun build
pub fn emit_rerun_if_files_changed(files: &[PathBuf]) {
for f in files {