Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannobraun/stuff
Stuff I'm working on that's too insignificant to live in a dedicated repository.
https://github.com/hannobraun/stuff
Last synced: 2 months ago
JSON representation
Stuff I'm working on that's too insignificant to live in a dedicated repository.
- Host: GitHub
- URL: https://github.com/hannobraun/stuff
- Owner: hannobraun
- License: other
- Created: 2022-12-18T19:07:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T18:06:46.000Z (8 months ago)
- Last Synced: 2024-05-02T00:03:49.114Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 2.69 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stuff
A personal playground for various experiments. Here I work on whatever I happen
to be in the mood for at the time. No expectation of ever finishing anything.## Note on VS Code configuration
I've set `"rust-analyzer.check.allTargets": false`, because of a `no_std`
project. Once all `no_std` projects have been archived or moved out of the
repository, it might be a good idea to remove that again.## License
This project is open source, licensed under the terms of the
[Zero Clause BSD License] (0BSD, for short). This basically means you can do
anything with it, without any restrictions, but you can't hold the authors
liable for problems.See [LICENSE.md] for full details.
[Zero Clause BSD License]: https://opensource.org/licenses/0BSD
[LICENSE.md]: LICENSE.md