c7d02257e31eaf20100fd6399b5aa5ef38f702fd
Summary: stdint.h defines the modern standard c types which have a fixed memory size. This makes the program run more predictably as well as removing the need to ugly double work types such as `unsigned int` or `long long`. Reviewed By: lucasr Differential Revision: D3649096 fbshipit-source-id: dc9fc8861c3106494c5d00d6ac337da50a4c945b
CSSLayout 
css-layout is currently in the process of big changes. If you are looking at using the latest stable version please have a look at the `deprecated` branch. This includes a js version and a C-sharp version not currently available on master.
CSSLayout is a cross platform implementation of the flexbox specification. CSSLayout targets native mobile development and is therefor disconnected from the web browser. CSSLayout is implemented in C for portability reasons and uses JNI to expose public methods to Java.
See CSSLayout/CSSLayout.h for a look at the public API being exposed.
Building
CSSLayout builds with buck (buckbuild.com). To build run buck build //:CSSLayout
and run buck test //:CSSLayout
to run the test suite.
Yoga 3.2.1
Latest
Languages
C++
46.4%
Java
25.2%
TypeScript
23.1%
HTML
2.6%
JavaScript
1%
Other
1.6%