/blrs

Primary LanguageRustApache License 2.0Apache-2.0

blrs is a crate designed to streamline the management and utilization of Blender builds.

I built this crate to be the backbone of my own blender managing program, blrs-cli.

I intend to use it for a GUI in the future aswell.

It provides tools for configuring apps made for the purpose of managing builds, fetching build artifacts from remote repositories, and interacting with local and remote build information. This crate lets users effectively categorize and utilize various Blender builds across diverse environments.

Contributing:

blrs-cli is open-source and welcomes contributions. If you have ideas, bug fixes, or enhancements, please feel free to contribute to the project on GitHub. I (zeptofine) am still relatively new to Rust, so feedback is appreciated!

License

blrs is licensed under the Apache 2.0 License. A full copy of the license is provided in LICENSE.


   blrs

   Copyright 2024 Erin MacDonald

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.