-
The [`bitflags`](https://docs.rs/bitflags/*/bitflags/macro.bitflags.html) crate was reviewed by the libs team before the Libz Blitz was announced, but there are no cookbook examples for it yet. Come u…
-
With #75 `"string literals"` will compile to UStrings.
We still need the ability to specify regular string literals in RacketScript, e.g. to make `$/typeof` work
glebm updated
7 years ago
-
I wanted to start the conversation on the C# Bindings/API
Primarily at this point that means designing the API surface.
-
I've started on a wrapper of netcode for Rust located at https://github.com/vvanders/netcode-rust (until we can figure out best way to merge).
Right now only client functions are hooked up and noth…
-
I'm working on converting my crate to use `nix` instead of `ioctl-rs` as `nix` is better maintained. The big issue here is that the documentation for using `ioctl`s with `nix` is not good from a user'…
-
TAP 7 is available at https://github.com/theupdateframework/taps/blob/master/tap7.md
Pull requests related to TAP 7:
#19, #30, #40, #41, #42, #43, #44, #55
Additional discussion of TAP 7 on th…
-
There are [some notes](https://github.com/randombit/botan/blob/master/doc/dev/roadmap.rst#current-status) about the Roadmap of Botan 2.0 and @randombit told me, Botan 2 should come by the end of the y…
-
Cargo won't compile a dependency if `lib.rs` is missing, confusingly reporting that it can't validate the manifest. This makes it difficult, if not impossible, to have a `build.rs` which generates `li…
-
It turns out that the reason `futhark-test` has problems with large datasets (like the 50MiB kdd_cup.in file for kmeans) is that the _lexer_ of all things consumes too much memory. There is one spot …
athas updated
7 years ago
-
Hi, I am working on adding Rust bindings to Cryptominisat, and as part of that, I needed to wrap the useful functions in C. I think exposing a C api would be useful for FFI in general, because C++ has…