Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/23225e49b84ba6a6fba7c797cb81c7a0 to your computer and use it in GitHub Desktop.
Save ryantm/23225e49b84ba6a6fba7c797cb81c7a0 to your computer and use it in GitHub Desktop.
/nix/store/gjkh8x5z8xwm4gj6rm6dqs6y8sgny89x-flatcc-0.6.0
├── bin
│   └── flatcc
├── include
│   └── flatcc
│   ├── flatcc_accessors.h
│   ├── flatcc_alloc.h
│   ├── flatcc_builder.h
│   ├── flatcc_emitter.h
│   ├── flatcc_endian.h
│   ├── flatcc_epilogue.h
│   ├── flatcc_flatbuffers.h
│   ├── flatcc.h
│   ├── flatcc_identifier.h
│   ├── flatcc_iov.h
│   ├── flatcc_json_parser.h
│   ├── flatcc_json_printer.h
│   ├── flatcc_portable.h
│   ├── flatcc_prologue.h
│   ├── flatcc_refmap.h
│   ├── flatcc_rtconfig.h
│   ├── flatcc_types.h
│   ├── flatcc_unaligned.h
│   ├── flatcc_verifier.h
│   ├── flatcc_version.h
│   ├── portable
│   │   ├── grisu3_math.h
│   │   ├── grisu3_parse.h
│   │   ├── grisu3_print.h
│   │   ├── include
│   │   │   ├── linux
│   │   │   │   └── endian.h
│   │   │   ├── README
│   │   │   └── std
│   │   │   ├── inttypes.h
│   │   │   ├── stdalign.h
│   │   │   ├── stdbool.h
│   │   │   └── stdint.h
│   │   ├── LICENSE
│   │   ├── paligned_alloc.h
│   │   ├── pbase64.h
│   │   ├── pdiagnostic.h
│   │   ├── pdiagnostic_pop.h
│   │   ├── pdiagnostic_push.h
│   │   ├── pendian_detect.h
│   │   ├── pendian.h
│   │   ├── pinline.h
│   │   ├── pinttypes.h
│   │   ├── portable_basic.h
│   │   ├── portable.h
│   │   ├── pparsefp.h
│   │   ├── pparseint.h
│   │   ├── pprintfp.h
│   │   ├── pprintint.h
│   │   ├── pstatic_assert.h
│   │   ├── pstatic_assert_scope.h
│   │   ├── pstdalign.h
│   │   ├── pstdbool.h
│   │   ├── pstdint.h
│   │   ├── punaligned.h
│   │   ├── pversion.h
│   │   ├── pwarnings.h
│   │   └── README.md
│   ├── reflection
│   │   ├── flatbuffers_common_builder.h
│   │   ├── flatbuffers_common_reader.h
│   │   ├── README
│   │   ├── reflection_builder.h
│   │   ├── reflection_reader.h
│   │   └── reflection_verifier.h
│   └── support
│   ├── cdump.h
│   ├── elapsed.h
│   ├── hexdump.h
│   ├── readfile.h
│   └── README
└── lib
├── libflatcc.a
└── libflatccrt.a
10 directories, 68 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment