Skip to content

Proof-of-concept experiment to see how much of BitBake can be implemented in Rust

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

Agilent/bytebraise

Repository files navigation

bytebraise

This project is a proof-of-concept experiment to see how much of BitBake can be implemented in Rust.

Status

This is very early code and still somewhat a testbed for ideas.

What is implemented

FAQ

Q: Do you intend to replace BitBake?
A: Definitely not.

Q: Then why build this?
A: Mostly just to see if it's possible and as an exercise to learn Rust. I also wanted a deeper understanding of BitBake, and what better way to get that than by reimplementing it?

Q: What could it be used for?
A: Right now, not much. Eventually, it could be useful for linters and formatters. What's especially nice about Rust is that you can build statically-linked executables and thus avoid the nightmare of distributing Python applications. Do however note that it's not currently feasible to statically-link applications using bytebraise's optional python support, due to this issue.

License

bytebraise is licensed under the GNU General Public License version 2.0. See LICENSE.GPL-2.0-only for further details.

Portions of this work have been derived from Rust Analyzer, which is MIT licensed. Those derived portions are clearly marked at the top of the files. The MIT license is included (LICENSE.MIT) for your reference.

Disclaimer

This is not an official Agilent product. No support is implied.

About

Proof-of-concept experiment to see how much of BitBake can be implemented in Rust

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages