xet-core
xet-core copied to clipboard
Rust crates for XetHub
I try to use writable xet mount, "touch file" & "git add" are fine, but when "git commit -smok" or "git push": ```sh $ git commit -mok hint: The '/home/adl/xet-test-1/.git/hooks/reference-transaction'...
Refactor data processing to 1. change clean API as a non-async-iterator buffer based API (can drop async next as we drop async in underlying crates), usage: ``` let pft =...
The current test for a file permission issue assumed a default which is not actually true on all platforms. This removes that check. Also, an unnecessary reloading of file permissions...
The [file type list](https://github.com/xetdata/xet-core/blob/main/rust/libmagic/src/file_types.rs) introduced in #58 is incomplete and may be out of date. We should do some manual effort to update it based on the data in https://en.wikipedia.org/wiki/List_of_filename_extensions_(A–E)#A...