Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokathor/lokathor.github.io
github pages
https://github.com/lokathor/lokathor.github.io
Last synced: 23 days ago
JSON representation
github pages
- Host: GitHub
- URL: https://github.com/lokathor/lokathor.github.io
- Owner: Lokathor
- Created: 2019-04-26T01:12:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T08:14:20.000Z (over 3 years ago)
- Last Synced: 2024-10-31T01:10:01.242Z (2 months ago)
- Homepage: https://lokathor.github.io/
- Size: 204 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Post Stuff
* [The Volatile Post](https://lokathor.github.io/volatile/)
* [Pseudorandom Number Generators](https://lokathor.github.io/prng/)# Lokathor's Ecosystem Guide
## 1.0 or better
* [bytemuck](https://docs.rs/bytemuck) - Safe transmute
* [tinyvec](https://docs.rs/tinyvec) - Safe "small vec" types
* [magnesium](https://docs.rs/magnesium) - core-only XML walking
* [chlorine](https://docs.rs/chlorine) - C types
* [utf16_lit](https://docs.rs/utf16_lit) - macro_rules to make UTF-16 literals## 0.x but still useful
* [voladdress](https://docs.rs/voladdress) - Volatile memory access types
* [yacurses](https://docs.rs/yacurses) - (Yet Another) safe Curses bindings crate
* [wide](https://docs.rs/wide) - Safe portable-ish SIMD
* [safe_arch](https://docs.rs/safe_arch) - safe CPU intrinsics
* [gl46](https://docs.rs/gl46) - OpenGL 4.6 bindings
* [fermium](https://docs.rs/fermium) - Raw SDL2 bindings