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.