- Rust 82.4%
- Fluent 13.7%
- HTML 1.6%
- Just 1%
- Python 0.9%
- Other 0.4%
| assets | ||
| cbor-examples | ||
| dist | ||
| i18n | ||
| src | ||
| website | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| COPYING.md | ||
| create_language_list.py | ||
| i18n.toml | ||
| justfile | ||
| README.md | ||
BODEV
Bodev is a developer toolbox, optimized for having many tools, especially for low-level developpers, including tools such as a CBOR parser, and other binary related tools.
Website
Information and screenshots at bodev.sgued.fr.
Contributing
The issue tracker and pull requests are open for code suggestions
Building
Bodev expects the latest stable Rust release to be available for building.
For development, you can use the Makefile targets with make run to run the application (you need mold installed).
For release, you might want to enable more serialization formats:
cargo build --release all-formats
Troubleshooting
Missing dependencies
error: failed to load source for dependency
serde-rawCaused by: Unable to update
./crates/sfil/serde-raw
Make sure you have loaded the submodules:
git submodule update --init --recursive
Translations
It is possible to translate the application using the codeberg weblate instance:
https://translate.codeberg.org/projects/bodev/bodev/
Licensing
This software is licensed under the AGPL-3.0-only license.