Go FUSE file system library

Go FUSE 库。「FUSE library for Go.  go get bazil.org/fuse」

  • 所有者: bazil/fuse
  • 平台: BSD, Linux
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

bazil.org/fuse -- Go中的文件系统

bazil.org/fuse是一个用于编写 FUSE 用户空间文件系统的 Go 库。

它是 kernel-userspace(内核--用户空间)通信协议的从零开始的实现,并没有使用 FUSE 项目中的C库。 bazil.org/fuse 为了安全和编程的方便,完全采用了 Go。

下面是如何开始的:

go get bazil.org/fuse

网站:http://bazil.org/fuse/

Github 版本库:https://github.com/bazil/fuse

API 文档:http://godoc.org/bazil.org/fuse

我们感谢 Russ Cox 提供的 fuse 库,这个项目就是基于他的 fuse 库。

主要指标

概览
名称与所有者bazil/fuse
主编程语言Go
编程语言Go (语言数: 2)
平台BSD, Linux
许可证Other
所有者活动
创建于2013-04-01 21:32:37
推送于2023-12-20 08:43:43
最后一次提交2023-01-19 17:27:35
发布数0
用户参与
星数1.7k
关注者数50
派生数274
提交数660
已启用问题?
问题数223
打开的问题数40
拉请求数7
打开的拉请求数22
关闭的拉请求数56
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

bazil.org/fuse -- Filesystems in Go

bazil.org/fuse is a Go library for writing FUSE userspace
filesystems.

It is a from-scratch implementation of the kernel-userspace
communication protocol, and does not use the C library from the
project called FUSE. bazil.org/fuse embraces Go fully for safety and
ease of programming.

Here’s how to get going:

go get bazil.org/fuse

Website: http://bazil.org/fuse/

Github repository: https://github.com/bazil/fuse

API docs: http://godoc.org/bazil.org/fuse

Our thanks to Russ Cox for his fuse library, which this project is
based on.