vandenoever
vandenoever
XPath 1.0 is fairly limited. This can be compensated by allowing custom functions. Most XPath implementations allow them. http://cafeconleche.org/books/xmljava/chapters/ch17s03.html http://xmlsoft.org/XSLT/extensions.html Perhaps `parseXPathExprWithNsEnv` could be joined by a function `parseXPathExprWithContext` where...
Raspberry Pi comes with BCM2835, but CuPi lists BCM2708 and BCM2709. The enumeration in `board.rs` should be expanded to include BCM2835.
https://github.com/tafia/dht11-rs/blob/aec043d33da95676912ccaffa24eb9f6f2bcfd18/Cargo.toml#L9 https://github.com/inre/cupi/pull/7 was merged so, this crate can depend on master.