No files found.
+2 −2
.gitignore
.gitignore
+5 −0
.travis.yml
.travis.yml
+13 −0
Cargo.toml
core-foundation-sys/Cargo.toml
+12 −0
build.rs
core-foundation-sys/build.rs
+60 −0
array.rs
core-foundation-sys/src/array.rs
+74 −0
base.rs
core-foundation-sys/src/base.rs
+28 −0
bundle.rs
core-foundation-sys/src/bundle.rs
+22 −0
data.rs
core-foundation-sys/src/data.rs
+1 −1
date.rs/{ → }
{ → core-foundation-sys}/src/date.rs
+66 −0
dictionary.rs
core-foundation-sys/src/dictionary.rs
+23 −0
lib.rs
core-foundation-sys/src/lib.rs
+59 −0
number.rs
core-foundation-sys/src/number.rs
+164 −0
runloop.rs
core-foundation-sys/src/runloop.rs
+52 −0
set.rs
core-foundation-sys/src/set.rs
+35 −180
string.rs/{ → }
{ → core-foundation-sys}/src/string.rs
+9 −64
url.rs/{ → }
{ → core-foundation-sys}/src/url.rs
+2 −1
Cargo.toml/{ → }
{ → core-foundation}/Cargo.toml
+4 −52
array.rs/{ → }
{ → core-foundation}/src/array.rs
+1 −83
base.rs/{ → }
{ → core-foundation}/src/base.rs
+3 −16
boolean.rs/{ → }
{ → core-foundation}/src/boolean.rs
+3 −22
bundle.rs/{ → }
{ → core-foundation}/src/bundle.rs
+4 −22
data.rs/{ → }
{ → core-foundation}/src/data.rs
+4 −57
dictionary.rs/{ → }
{ → core-foundation}/src/dictionary.rs
+5 −8
lib.rs/{ → }
{ → core-foundation}/src/lib.rs
+3 −46
number.rs/{ → }
{ → core-foundation}/src/number.rs
+141 −0
runloop.rs
core-foundation/src/runloop.rs
+5 −45
set.rs/{ → }
{ → core-foundation}/src/set.rs
+155 −0
string.rs
core-foundation/src/string.rs
+64 −0
url.rs
core-foundation/src/url.rs
+0 −293
runloop.rs
src/runloop.rs