Skip to content

Instantly share code, notes, and snippets.

View IsaacCisneros's full-sized avatar
💭
...uploading myself to the blockchain.

Isaac Cisneros IsaacCisneros

💭
...uploading myself to the blockchain.
View GitHub Profile
@meoyawn
meoyawn / Cargo.toml
Created May 26, 2016 20:52
Simple JNI with Kotlin and Rust
[package]
name = "hello"
version = "0.1.0"
authors = ["adelnizamutdinov"]
[lib]
crate-type = ["dylib"]
[dependencies]
jni-sys = "0.1.0"
@staltz
staltz / introrx.md
Last active July 15, 2024 15:43
The introduction to Reactive Programming you've been missing