Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for loading bundle from fs.FS
This commit aims to add a method for loading bundles from fs.FS. The change is done to be able to get a nice way to load bundles from an embedded file system. Since this can be done by implementing the exported API and using ParseMessageFileBytes externally, this is not a change that is a must have. Rather a nice shorthand for using the fs.FS.
- Loading branch information