Go FUSE file system library

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

  • Owner: bazil/fuse
  • Platform: BSD, Linux
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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 库。

Main metrics

Overview
Name With Ownerbazil/fuse
Primary LanguageGo
Program languageGo (Language Count: 2)
PlatformBSD, Linux
License:Other
所有者活动
Created At2013-04-01 21:32:37
Pushed At2023-12-20 08:43:43
Last Commit At2023-01-19 17:27:35
Release Count0
用户参与
Stargazers Count1.7k
Watchers Count50
Fork Count274
Commits Count660
Has Issues Enabled
Issues Count223
Issue Open Count40
Pull Requests Count7
Pull Requests Open Count22
Pull Requests Close Count56
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.