全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: golang-github-jacobsa-fuse  ]

软件包:golang-github-jacobsa-fuse-dev(0.0~git20150806.0.9a7512a-4)

golang-github-jacobsa-fuse-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 golang-github-jacobsa-fuse

维护小组:

外部的资源:

相似软件包:

writing and mounting user-space file systems from Go

This package allows for writing and mounting user-space file systems from Go. It is a wrapper around bazil.org/fuse, which does the heavy lifting. It does not make use of the bazil.org/fuse/fs sub-package, which allows for something like an object-orientend representation of files and directories, and contains a decent amount of canned behavior.

The chief improvements and/or differences from the bazil.org packages are:

 * No surprises in the form of magic/default behaviors. You must provide an
   implementation for every method in the interface. Embed a
   fuseutil.NotImplementedFileSystem struct to have default implementations
   that return ENOSYS.

 * Every method, struct, and field is thoroughly documented. This may help you
   get your bearings in the world of FUSE, the Linux VFS, traditional file
   system implementations, etc., all of which tend to be very poorly
   documented.

 * Support for arbitrary offsets in directory entries returned by ReadDir.
   (The bazil.org package assumes that offsets must be counts of bytes.)

The very large disadvantage over using the bazil.org packages is that many features have not yet been exposed.

其他与 golang-github-jacobsa-fuse-dev 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 golang-github-jacobsa-fuse-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 61.8 kB401.0 kB [文件列表]