Crates.io | vfs-clgit |
lib.rs | vfs-clgit |
version | 0.1.0 |
source | src |
created_at | 2020-09-11 17:41:20.495704 |
updated_at | 2020-09-11 17:41:20.495704 |
description | Virtual FileSystem abstractions via Command Line GIT |
homepage | |
repository | https://github.com/MaulingMonkey/vfs-clgit.git |
max_upload_size | |
id | 287463 |
size | 30,538 |
Currently this just bridges vfs and git via clgit. Alternate VFS abstractions may be added in the future.
Feature | Description |
---|---|
default | |
vfs04 | vfs = "0.4.x" interop |
Crate uses #![forbid(unsafe_code)]
.
However, indirect dependencies do contain some unsafe
- including, but perhaps not limited to:
crate | version |
---|---|
syn | 1.0.40 |
Currently 1.32.0...ish.
vfs 0.4.0 has a MSRV of 1.32.0. However, it has no clear policy for when MSRV can be bumped.
Unpinned dependencies may break this
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.