-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Hello firecracker maintainers,
First of all, thank you for creating such a wonderful project and sharing it with the rest of the world with open source. There are a lot of rust projects benefiting from firecracker and we are one of them :)
I'm writing in the hat of maintainers of the fuse-backend-rs project. It is a library used by the Nydus image service to provide FUSE file system support on both Linux and MacOS. Recently we've been adding hot-upgrade ability to the library, which heavily depends on firecracker's snapshot crate.
Since we do publish fuse-backend-rs on crates.io (https://crates.io/crates/fuse-backend-rs), we cannot really have a dependency on unpublished crates. Therefore, we'd love to seek advice. Are there plans to publish the snapshot crate on crate.io at some point? Or do you think it is better for us to just fork that port of code as it is not supposed to be maintained as a public library at the moment? If you have any other suggestions/thoughts, please do share them. Thanks a lot!
Cheers,
Tao