https://github.com/zeptofine/blrs
https://github.com/zeptofine/blrs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeptofine/blrs
- Owner: zeptofine
- License: apache-2.0
- Created: 2024-08-14T01:03:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-20T16:02:17.000Z (3 months ago)
- Last Synced: 2025-02-20T17:22:16.568Z (3 months ago)
- Language: Rust
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## `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](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 athttp://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.
```