dart: add dlog library

dlog is a dart library for pretty-printing structured data into
console. This will be used in baku/mdtest project.

Change-Id: Ib241552f679951b3fe7dd8679500b53960b5502f
21 files changed
tree: c0030fe0a5f79b3cfeb6f6e2ec8d89a0e95dc1ab
  1. csrc/
  2. dart/
  3. go/
  4. java/
  5. nacl_sdk/
  6. swift/
  7. .gitignore
  8. README.md
README.md

This repository contains three kinds of code used in the Vanadium project:

  1. code which originated outside of Google
  2. code which Google has released as open source
  3. Vanadium code which is derived from code that originated outside of Google, and is therefore still subject to that original code's third-party license

Most of the code under third-party is open source, though some packages have restrictive commercial licenses.

Because of Go language conventions, Go packages are found under third_party/go/src/.