🦀
Writing and teaching Rust for embedded and web
- Netherlands
- https://hd.oordt.dev
- @hdoordt
- in/hdoordt
Pinned Loading
-
trifectatechfoundation/teach-rs
trifectatechfoundation/teach-rs PublicA modular, reusable university course for Rust
-
tweedegolf/lzjd-rs
tweedegolf/lzjd-rs PublicRust implementation of the LZJD algorithm (https://github.com/EdwardRaff/jLZJD)
-
tweedegolf/ads129xx
tweedegolf/ads129xx PublicRust driver for the TI ads129 AFE for ECG applications
Rust 5
784 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 1 commit in 1 repository
Created a pull request in RediSearch/RediSearch that received 25 comments
MOD-8970: Define an FFI API for trie_rs corresponding to deps/triemap/triemap.h
Describe the changes in the pull request
Implement an FFI module in Rust that is almost equivalent to deps/triemap/triemap.h
insofar its functional…
+559
−0
lines changed
•
25
comments
Opened 1 other pull request in 1 repository
RediSearch/RediSearch
1
open
-
[MOD-8972] - Implement basic TrieMap functionality in Rust
This contribution was made on Mar 19
Reviewed 5 pull requests in 1 repository
RediSearch/RediSearch
5 pull requests
-
[MOD-8972] - Implement basic TrieMap functionality in Rust
This contribution was made on Mar 20
-
MOD-8969: Run Rust tests through miri to catch undefined behaviour
This contribution was made on Mar 18
-
MOD-8969: Compute test coverage for Rust code
This contribution was made on Mar 17
-
MOD-8970: Define an FFI API for trie_rs corresponding to deps/triemap/triemap.h
This contribution was made on Mar 17
-
MOD-9026: Enable debug assertions and overflow checks for Rust tests
This contribution was made on Mar 17
Created an issue in rust-lang/rust-clippy that received 2 comments
missing_safety_doc
lint doesn't trigger on unsafe extern "C" fn
Summary
By definition, unsafe extern "C" fn
s are exposed to the outside world, and can therefore be regarded as if they're pub unsafe fn
s. It is ve…
2
comments
8
contributions
in private repositories
Mar 8 – Mar 15